SOURCES: horde-forwards.conf (NEW) - initial revision

baggins baggins at pld-linux.org
Fri Apr 7 00:37:37 CEST 2006


Author: baggins                      Date: Thu Apr  6 22:37:37 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- initial revision

---- Files affected:
SOURCES:
   horde-forwards.conf (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/horde-forwards.conf
diff -u /dev/null SOURCES/horde-forwards.conf:1.1
--- /dev/null	Fri Apr  7 00:37:37 2006
+++ SOURCES/horde-forwards.conf	Fri Apr  7 00:37:32 2006
@@ -0,0 +1,25 @@
+#
+#  File: horde-forwards.conf
+#
+#  This is the horde-forwards Apache configuration file; it is included from
+#  the Apache httpd.conf file.
+#
+
+<Directory "/usr/share/horde/forwards/config">
+    order deny,allow
+    deny from all
+</Directory>
+<Directory "/usr/share/horde/forwards/lib">
+    order deny,allow
+    deny from all
+</Directory>
+<Directory "/usr/share/horde/forwards/locale">
+    order deny,allow
+    deny from all
+</Directory>
+<Directory "/usr/share/horde/forwards/templates">
+    order deny,allow
+    deny from all
+</Directory>
+
+# vim: filetype=apache ts=4 sw=4 et
================================================================


More information about the pld-cvs-commit mailing list