Re: [EMAIL PROTECTED] Default value of AllowOverride

2008-09-12 Thread André Warnier
Andreas Prilop wrote: Which is the default value of AllowOverride? http://httpd.apache.org/docs/2.2/mod/core.html#allowoverride claims that the default is AllowOverride All However, /etc/apache2/sites-available/default contains AllowOverride None Does this mean that the default is "n

Re: [EMAIL PROTECTED] Default value of AllowOverride

2008-09-12 Thread Davide Bianchi
Andreas Prilop wrote: > Which is the default value of AllowOverride? > > http://httpd.apache.org/docs/2.2/mod/core.html#allowoverride > claims that the default is > AllowOverride All > > However, /etc/apache2/sites-available/default contains > > AllowOverride None > > > Does this mean

Re: [EMAIL PROTECTED] Default value of AllowOverride

2008-09-12 Thread Frank Gingras
Andreas, No, the documentation is accurate. The purpose of this block, as included in the stock config files and most packages prepared by linux distribution maintainers, is to ensure that the root of your filesystem, /, is not accessible from malicious scripts trying to exploit your web ser

[EMAIL PROTECTED] Default value of AllowOverride

2008-09-12 Thread Andreas Prilop
Which is the default value of AllowOverride? http://httpd.apache.org/docs/2.2/mod/core.html#allowoverride claims that the default is AllowOverride All However, /etc/apache2/sites-available/default contains AllowOverride None Does this mean that the default is "none"? -