summaryrefslogtreecommitdiff
path: root/apache/include.d/htfiles
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2002-10-30 15:53:30 +0000
committerJonas Smedegaard <dr@jones.dk>2002-10-30 15:53:30 +0000
commite1e2510f3cc96611f1a83d5692054a5a6476b3ef (patch)
tree0c8c3824f6c6d852c810b6dac6395b7b34f459f1 /apache/include.d/htfiles
parent8db4df3b64aac3524dc731f5f354edb6803636df (diff)
apache: Add vhosts.d, include.d and some example config snippets.
Diffstat (limited to 'apache/include.d/htfiles')
-rw-r--r--apache/include.d/htfiles4
1 files changed, 4 insertions, 0 deletions
diff --git a/apache/include.d/htfiles b/apache/include.d/htfiles
new file mode 100644
index 0000000..52c50c8
--- /dev/null
+++ b/apache/include.d/htfiles
@@ -0,0 +1,4 @@
+<Files ~ "^\.ht">
+ Order allow,deny
+ Deny from all
+</Files>