# 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