summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorPaul Querna <pquerna@apache.org>2011-11-10 20:01:54 +0100
committerPaul Querna <pquerna@apache.org>2011-11-10 20:01:54 +0100
commitb8cb50f6ef935d5bddf9e8fe6477e491a5c218e1 (patch)
tree27c637750b19de5c9ff4f42600b912b6fe2850ef /docs
parentfix issue with incorrect munging of the lua package path -- LuaPackagePath di... (diff)
downloadapache2-b8cb50f6ef935d5bddf9e8fe6477e491a5c218e1.tar.xz
apache2-b8cb50f6ef935d5bddf9e8fe6477e491a5c218e1.zip
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
Diffstat (limited to 'docs')
-rw-r--r--docs/conf/httpd.conf.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/conf/httpd.conf.in b/docs/conf/httpd.conf.in
index d59952f366..6edb323cfd 100644
--- a/docs/conf/httpd.conf.in
+++ b/docs/conf/httpd.conf.in
@@ -112,6 +112,7 @@ ServerAdmin you@example.com
# <Directory> blocks below.
#
<Directory />
+ AllowOverride none
Require all denied
</Directory>