Commit c44e914a authored by Greg Stein's avatar Greg Stein
Browse files

clarify the comments about FollowSymLinks (and .htaccess)


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87840 13f79535-47bb-0310-9956-ffa450edef68
parent e7b935d0
Loading
Loading
Loading
Loading
+8 −2
Original line number Diff line number Diff line
@@ -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