]> granicus.if.org Git - apache/commitdiff
clarify the comments about FollowSymLinks (and .htaccess)
authorGreg Stein <gstein@apache.org>
Thu, 25 Jan 2001 21:38:10 +0000 (21:38 +0000)
committerGreg Stein <gstein@apache.org>
Thu, 25 Jan 2001 21:38:10 +0000 (21:38 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87840 13f79535-47bb-0310-9956-ffa450edef68

docs/conf/highperformance-std.conf

index d3a5540435da813fc20b1943c27defeb27ca6079..a97217b050dc510e6366acab219570ccda73911f 100755 (executable)
@@ -44,10 +44,16 @@ ErrorLog logs/error_log
 # this if you need logging.
 #TransferLog logs/access_log
 
-# Disable symlink protection and htaccess files, they chew far too much.
 <Directory />
-    AllowOverride none
+    # The server can be made to avoid following symbolic links,
+    # to make security simpler. However, this takes extra CPU time,
+    # so we will just let it follow symlinks.
     Options FollowSymLinks
+
+    # Don't check for .htaccess files in each directory - they slow
+    # things down
+    AllowOverride None
+
     # If this was a real internet server you'd probably want to
     # uncomment these:
     #order deny,allow