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