]> granicus.if.org Git - apache/commitdiff
Default to not allowing htaccess in /, instead of just the documentroot, which gets...
authorPaul Querna <pquerna@apache.org>
Thu, 10 Nov 2011 19:01:54 +0000 (19:01 +0000)
committerPaul Querna <pquerna@apache.org>
Thu, 10 Nov 2011 19:01:54 +0000 (19:01 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1200478 13f79535-47bb-0310-9956-ffa450edef68

docs/conf/httpd.conf.in

index d59952f366822544cc7fb9b74d486184b30a77c0..6edb323cfd8bea50ba9ecf4685875d8e7394171f 100644 (file)
@@ -112,6 +112,7 @@ ServerAdmin you@example.com
 # <Directory> blocks below.
 #
 <Directory />
+    AllowOverride none
     Require all denied
 </Directory>