blob: c33bb6cfad55fb8d2b29fb470d07dcfef3715d75 (
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/bugzilla/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>
|