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
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
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
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"?
-