summaryrefslogtreecommitdiff
path: root/devel/bugzilla/files/bugzilla.conf
blob: 3c152bce15013e95980269dcd552b841aff3605c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $NetBSD: bugzilla.conf,v 1.4 2021/01/16 08:15:01 maya Exp $
#
# Bugzilla configuration file fragment for Apache

<IfModule mod_alias.c>
    Alias /bugzilla/ "@BZDIR@/"
</IfModule>

<Directory "@BZDIR@">
    AddHandler cgi-script .cgi
    Options +ExecCGI
    AllowOverride Limit AuthConfig
    DirectoryIndex index.cgi index.html
    Order allow,deny
    Require all granted
    Allow from all
</Directory>