aboutsummaryrefslogtreecommitdiff
path: root/www/horde-passwd/files/httpd.conf.pwd
diff options
context:
space:
mode:
Diffstat (limited to 'www/horde-passwd/files/httpd.conf.pwd')
-rw-r--r--www/horde-passwd/files/httpd.conf.pwd30
1 files changed, 30 insertions, 0 deletions
diff --git a/www/horde-passwd/files/httpd.conf.pwd b/www/horde-passwd/files/httpd.conf.pwd
new file mode 100644
index 000000000000..e6e3505fdfbe
--- /dev/null
+++ b/www/horde-passwd/files/httpd.conf.pwd
@@ -0,0 +1,30 @@
+# This is included in Apache's httpd.conf for horde-passwd
+#
+# For security, don't serve pages from the horde-passwd configuration and
+# library directories.
+#
+<Directory "/home/httpd/html/horde/passwd/config">
+ order deny,allow
+ deny from all
+</Directory>
+<Directory "/home/httpd/html/horde/passwd/lib">
+ order deny,allow
+ deny from all
+</Directory>
+<Directory "/home/httpd/html/horde/passwd/locale">
+ order deny,allow
+ deny from all
+</Directory>
+<Directory "/home/httpd/html/horde/passwd/po">
+ order deny,allow
+ deny from all
+</Directory>
+<Directory "/home/httpd/html/horde/passwd/scripts">
+ order deny,allow
+ deny from all
+</Directory>
+<Directory "/home/httpd/html/horde/passwd/templates">
+ order deny,allow
+ deny from all
+</Directory>
+# End of horde-passwd configuration ================