mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-22 11:04:51 -04:00
23 lines
450 B
Plaintext
23 lines
450 B
Plaintext
# $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>
|