]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Warn the server admin not to relax the security of <Directory />
authorRich Bowen <rbowen@apache.org>
Thu, 10 Mar 2011 02:41:19 +0000 (02:41 +0000)
committerRich Bowen <rbowen@apache.org>
Thu, 10 Mar 2011 02:41:19 +0000 (02:41 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1080111 13f79535-47bb-0310-9956-ffa450edef68

docs/conf/httpd.conf.in

index 2b31bab673d12997bb21e7db0709de5a1d1382e0..ceb836f680af32307b6b0221ee7855f1e1c88e51 100644 (file)
@@ -121,6 +121,9 @@ DocumentRoot "@exp_htdocsdir@"
 # First, we configure the "default" to be a very restrictive set of 
 # features.  
 #
+# YOU SHOULD NOT RELAX THE CONFIGURATION FOR <Directory />. YOU ARE
+# PROBABLY LOOKING FOR THE <Directory> BLOCK IMMEDIATELY BELOW THIS ONE.
+#
 <Directory />
     Options FollowSymLinks
     AllowOverride None