summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authoradrianp <adrianp@pkgsrc.org>2009-04-22 22:42:28 +0000
committeradrianp <adrianp@pkgsrc.org>2009-04-22 22:42:28 +0000
commit66f31131931771e67a1908647a9d6f91bb895467 (patch)
treee03ce15b175b23545f167fd4bdf951b219f40f24 /devel
parentd6f1ae4cbdadafa1b551f3c6dadf928b9f1c9b6f (diff)
downloadpkgsrc-66f31131931771e67a1908647a9d6f91bb895467.tar.gz
Add an example block to restrict access to /admin
Diffstat (limited to 'devel')
-rw-r--r--devel/mantis/files/mantis.conf7
1 files changed, 6 insertions, 1 deletions
diff --git a/devel/mantis/files/mantis.conf b/devel/mantis/files/mantis.conf
index 3f5bc7a5b92..8cd9241a267 100644
--- a/devel/mantis/files/mantis.conf
+++ b/devel/mantis/files/mantis.conf
@@ -1,4 +1,4 @@
-# $NetBSD: mantis.conf,v 1.2 2006/01/09 21:00:39 adrianp Exp $
+# $NetBSD: mantis.conf,v 1.3 2009/04/22 22:42:28 adrianp Exp $
#
# Mantis configuration file fragment for Apache
@@ -15,3 +15,8 @@
Order deny,allow
Deny from all
</Directory>
+
+#<Directory "@MANTIS_HOME@/mantis">
+# Order deny,allow
+# Deny from all
+#</Directory>