Bug#447264: apache2.2-common: icons do not work on virtualhost with mod_rewrite on

2007-11-10 Thread Richard van den Berg
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

Bug#447264: apache2.2-common: icons do not work on virtualhost with mod_rewrite on

2007-11-10 Thread Stefan Fritsch
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

Bug#447264: apache2.2-common: icons do not work on virtualhost with mod_rewrite on

2007-11-09 Thread Richard van den Berg
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/

Bug#447264: apache2.2-common: icons do not work on virtualhost with mod_rewrite on

2007-11-09 Thread Stefan Fritsch
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

Bug#447264: apache2.2-common: icons do not work on virtualhost with mod_rewrite on

2007-11-09 Thread Richard van den Berg
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

Bug#447264: apache2.2-common: icons do not work on virtualhost with mod_rewrite on

2007-11-09 Thread Stefan Fritsch
[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

Bug#447264: apache2.2-common: icons do not work on virtualhost with mod_rewrite on

2007-10-19 Thread Richard van den Berg
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