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