summaryrefslogtreecommitdiffstats
path: root/contrib/docker/bugzilla.conf
blob: 1b2b3f2e090dfd809d00f94ec31613dbdec624c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
User bugzilla
Group bugzilla
ServerName localhost:80
#PerlSwitches -wT
#PerlConfigRequire /home/bugzilla/devel/htdocs/bmo/mod_perl.pl
<VirtualHost *:80>
    AddHandler cgi-script .cgi
    ServerName localhost
    DocumentRoot "/home/bugzilla/devel/htdocs"
    <Directory "/home/bugzilla/devel/htdocs">
        DirectoryIndex index.cgi
        Options Indexes FollowSymLinks ExecCGI
        AllowOverride All
        Require all granted
    </Directory>
</VirtualHost>