blob: 2347415b2b0e70cf68bb0caaddab15bab9da0559 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# $NetBSD: mantis.conf,v 1.4 2009/04/22 22:42:43 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>
#<Directory "@MANTIS_HOME@/admin">
# Order deny,allow
# Deny from all
#</Directory>
|