How do I set all docroots to FollowSymLinks? I have a bunch of virtual host entries and don't want to modify each one.
Edit: I added 'Options +FollowSymLinks' in .htaccess and httpd.conf but I still receive 403 (Forbidden) errors :(. I even tried following SymLinks on twitter, but that didn't work either. http://twitter.com/SymLinks
If your virtual hosts are all under the same directory then just put it in a
<Directory>
section outside of all<virtualHost>
sections.Try this in the main configuration, you may can do it only for /www or something like that