1--- docs/conf/httpd.conf.in.orig	2014-03-15 17:23:47.000000000 -0700
2+++ docs/conf/httpd.conf.in	2014-03-15 17:25:02.000000000 -0700
3@@ -170,9 +170,19 @@
4 # The following lines prevent .htaccess and .htpasswd files from being 
5 # viewed by Web clients. 
6 #
7-<Files ".ht*">
8+<FilesMatch "^\.([Hh][Tt]|[Dd][Ss]_[Ss])">
9+    Require all denied
10+</FilesMatch>
11+
12+#
13+# Apple specific filesystem protection.
14+#
15+<Files "rsrc">
16     Require all denied
17 </Files>
18+<DirectoryMatch ".*\.\.namedfork">
19+    Require all denied
20+</DirectoryMatch>
21 
22 #
23 # ErrorLog: The location of the error log file.