summaryrefslogtreecommitdiff
path: root/www/horde/files
diff options
context:
space:
mode:
authorjlam <jlam>2001-02-13 03:54:00 +0000
committerjlam <jlam>2001-02-13 03:54:00 +0000
commit96c664f9d46742effd3759bb7528e2a325d7dd17 (patch)
tree9c99d636046848afa8c2e4b8208d2c152563dd1b /www/horde/files
parentdd24b79a90e9c9f2273ae2294af71a24b11e477f (diff)
downloadpkgsrc-96c664f9d46742effd3759bb7528e2a325d7dd17.tar.gz
Move Horde's PHPLIB library into the horde subtree and protect it with
appropriate settings in horde.conf.
Diffstat (limited to 'www/horde/files')
-rw-r--r--www/horde/files/horde.conf.dist6
1 files changed, 5 insertions, 1 deletions
diff --git a/www/horde/files/horde.conf.dist b/www/horde/files/horde.conf.dist
index d9993e908ae..b1e98690e99 100644
--- a/www/horde/files/horde.conf.dist
+++ b/www/horde/files/horde.conf.dist
@@ -1,4 +1,4 @@
-# $NetBSD: horde.conf.dist,v 1.1.1.1 2001/02/12 15:26:04 jlam Exp $
+# $NetBSD: horde.conf.dist,v 1.2 2001/02/13 03:54:00 jlam Exp $
#
# Horde configuration file fragment for Apache
@@ -40,6 +40,10 @@
Order deny,allow
Deny from all
</Directory>
+<Directory "@PHPLIBDIR@">
+ Order deny,allow
+ Deny from all
+</Directory>
<Directory "@HORDEDIR@/scripts">
Order deny,allow
Deny from all