Commit fd494ba7 authored by Paul Querna's avatar Paul Querna
Browse files

Default to not allowing htaccess in /, instead of just the documentroot, which...

Default to not allowing htaccess in /, instead of just the documentroot, which gets a nice 10% performance boost by default for me.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1200478 13f79535-47bb-0310-9956-ffa450edef68
parent 6e200304
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -112,6 +112,7 @@ ServerAdmin you@example.com
# <Directory> blocks below.
#
<Directory />
    AllowOverride none
    Require all denied
</Directory>