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, and get the error when I visit > http://rob.roukens.org/images1/ (the root directory now has an > index.html). See for yourself: no icons when you visit that link. > > [Sat Nov 10 08:32:46 2007] [error] [client w.x.y.z] Options > FollowSymLinks or SymLinksIfOwnerMatch is off which implies that > RewriteRule directive is forbidden: > /usr/share/apache2/icons/unknown.gif, referer: > http://rob.roukens.org/images1/
I am sorry, I still cannot reproduce the problem. I can only help you if you find a way to reproduce the error with some minimal configuration, either by starting from a default config and adding things until the problem appears, or by starting from your configuration and removing modifications until the problem disappears. From the source it appears that this error message can only appear when you have RewriteRules in either .htaccess, <Directory> context, or <Location> context. So look for those.