Stefan Fritsch wrote:
> Maybe you got confused by the browser cache and the problem was
> actually something else? Can you reproduce it again if you remove the
> SymLinksIfOwnerMatch from /usr/share/apache2/icons?
>
I removed it, and get the error when I visit
http://rob.roukens.org/images1/
On Friday 09 November 2007, Richard van den Berg wrote:
> All I have for rewrite rules are like the following, stripping www
> from the site name. They are in
> /etc/apache2/sites-available/default
>
> RewriteCond %{HTTP_HOST} www.rob.roukens.org [NC]
> RewriteRule ^.*$ http://rob.roukens.o
All I have for rewrite rules are like the following, stripping www from
the site name. They are in /etc/apache2/sites-available/default
RewriteCond %{HTTP_HOST} www.rob.roukens.org [NC]
RewriteRule ^.*$ http://rob.roukens.org/ [R,L]
Here is one example of a virtual host that showed this
[icons do not work on virtualhost with mod_rewrite on]
It works for me. What exactly are you trying to do? Putting
a .htaccess in /usr/share/apache2/icons? Or what are your rewrite
rules and in which config section are they located?
On Friday 19 October 2007, Richard van den Berg wrote:
> I bel
On Sunday 09 September 2007, Jeroen Dekkers wrote:
> According to the documentation, SSLCertificateChainFile should also
> work in a virtual host context, but it doesn't really have any
> effect there. Apache only sends the certificate chain when I
> specify the chain with SSLCertificateChainFile i
On Saturday 03 November 2007, Gerhard Gaußling wrote:
> You're using a 32-bit installation with a 64-bit kernel, right?
>
> GDB doesn't work in this configuration. It's a kernel bug; the
> ptrace 32-bit emulation does not handle some operations that normal
> i386 ptrace handles.
If that's the pro
On Friday 09 November 2007, Simon Raven wrote:
> > > i get that funky /htdocs error from another bug (#317460).
> >
> > That likely means that the DocumentRoot is not defined for the
> > VirtualHost Apache is trying to serve. It could also mean that
> > Apache does not find a VirtualHost for the re
On 03/11/2007, Stefan Fritsch <[EMAIL PROTECTED]> wrote:
> On Saturday 03 November 2007, Simon Raven wrote:
> > this works (better):
> > AliasMatch ^/user/([a-zA-Z0-9]+)/?(.*) /home/$1/public_html/$2
> >
> > but when i do:
> > AliasMatch ^/user/([a-zA-Z0-9]+)/?(.*) /home/$1/public_html/pub/$2
>
> T
8 matches
Mail list logo