From: Paul Querna Date: Thu, 10 Nov 2011 19:01:54 +0000 (+0000) Subject: Default to not allowing htaccess in /, instead of just the documentroot, which gets... X-Git-Tag: 2.5.0-alpha~7960 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b8cb50f6ef935d5bddf9e8fe6477e491a5c218e1;p=thirdparty%2Fapache%2Fhttpd.git 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 --- diff --git a/docs/conf/httpd.conf.in b/docs/conf/httpd.conf.in index d59952f3668..6edb323cfd8 100644 --- a/docs/conf/httpd.conf.in +++ b/docs/conf/httpd.conf.in @@ -112,6 +112,7 @@ ServerAdmin you@example.com # blocks below. # + AllowOverride none Require all denied