blob: 3703b41f70bdd2223d45732279931dccc1c6cf0a (
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 MultiViews ExecCGI
AllowOverride All
Require all granted
</Directory>
</VirtualHost>
|