summaryrefslogtreecommitdiff
path: root/devel/mantis/files/mantis.conf
blob: 3f5bc7a5b920644a1ecd6f70bf539193e0b591ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $NetBSD: mantis.conf,v 1.2 2006/01/09 21:00:39 adrianp Exp $
#
# Mantis configuration file fragment for Apache

<IfModule mod_alias.c>
    Alias /mantis/ "@MANTIS_HOME@/"
</IfModule>

<Directory "@MANTIS_HOME@">
    Order allow,deny
    Allow from all
</Directory>

<Directory "@MANTIS_HOME@/core/adodb">
    Order deny,allow
    Deny from all
</Directory>