From b8cb50f6ef935d5bddf9e8fe6477e491a5c218e1 Mon Sep 17 00:00:00 2001 From: Paul Querna Date: Thu, 10 Nov 2011 19:01:54 +0000 Subject: [PATCH] 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 --- docs/conf/httpd.conf.in | 1 + 1 file changed, 1 insertion(+) 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 -- 2.47.2