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