--- docs/conf/httpd.conf.in.orig 2007-02-28 16:05:22.000000000 -0800 +++ docs/conf/httpd.conf.in 2007-02-28 16:11:33.000000000 -0800 @@ -171,13 +171,27 @@ # The following lines prevent .htaccess and .htpasswd files from being # viewed by Web clients. # - + Order allow,deny Deny from all Satisfy All # +# Apple specific filesystem protection. +# + + Order allow,deny + Deny from all + Satisfy All + + + Order allow,deny + Deny from all + Satisfy All + + +# # ErrorLog: The location of the error log file. # If you do not specify an ErrorLog directive within a # container, error messages relating to that virtual host will be