[Bug 276145] Re: Apace2 default configuration incorrect for allowoverride
Thierry Carrez
thierry.carrez at ubuntu.com
Tue Sep 30 10:34:04 BST 2008
Values at install-time with current Intrepid/apache2 are:
<Directory />
Options FollowSymLinks
AllowOverride None
</Directory>
<Directory /var/www/>
Options Indexes FollowSymLinks MultiViews
AllowOverride None
Order allow,deny
allow from all
</Directory>
Those are syntactically-correct, sensible and secure default values.
It's true that if you want to do mod_rewrite with .htaccess files,
you'll need to change some AllowOverride to allow parsing the .htaccess
files. That doesn't mean the default configuration shipped with Apache
should change ?
** Changed in: apache2 (Ubuntu)
Status: New => Invalid
--
Apace2 default configuration incorrect for allowoverride
https://bugs.launchpad.net/bugs/276145
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 in ubuntu.
More information about the Ubuntu-server-bugs
mailing list