]> git.pld-linux.org Git - packages/apache.git/blobdiff - apache-mod_authz_host.conf
- new apache 2.2 configs
[packages/apache.git] / apache-mod_authz_host.conf
diff --git a/apache-mod_authz_host.conf b/apache-mod_authz_host.conf
new file mode 100644 (file)
index 0000000..1941787
--- /dev/null
@@ -0,0 +1,13 @@
+# $Id$
+LoadModule authz_host_module modules/mod_authz_host.so
+
+# The following lines prevent .htaccess and .htpasswd files from being
+# viewed by Web clients.
+#
+<IfModule authz_host_module>
+       <FilesMatch "^\.ht">
+               Order allow,deny
+               Deny from all
+       </FilesMatch>
+</IfModule>
+
This page took 0.02648 seconds and 4 git commands to generate.