diff options
author | Paul Querna <pquerna@apache.org> | 2011-11-10 20:01:54 +0100 |
---|---|---|
committer | Paul Querna <pquerna@apache.org> | 2011-11-10 20:01:54 +0100 |
commit | b8cb50f6ef935d5bddf9e8fe6477e491a5c218e1 (patch) | |
tree | 27c637750b19de5c9ff4f42600b912b6fe2850ef /docs/conf | |
parent | fix issue with incorrect munging of the lua package path -- LuaPackagePath di... (diff) | |
download | apache2-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/conf')
-rw-r--r-- | docs/conf/httpd.conf.in | 1 |
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> |