Stefan Fritsch wrote:
> From the source it appears that this error message can only appear
> when you have RewriteRules in either .htaccess, context,
> or context. So look for those.
>
Thanks for that pointer. Now I found the offending rules, inside a
site-enabled file for my webmail virtua
On Saturday 10 November 2007, Richard van den Berg wrote:
> 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, a
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
Package: apache2.2-common
Version: 2.2.3-4+etch1
Severity: normal
I believe this can be solved by changing /etc/apache2/apache2.conf to read:
Options Indexes MultiViews SymLinksIfOwnerMatch
So, basically adding SymLinksIfOwnerMatch to /usr/share/apache2/icons. I am
n
7 matches
Mail list logo