11 lines
283 B
Plaintext
11 lines
283 B
Plaintext
|
Alias /bugzilla "/srv/www/bugzilla/"
|
||
|
|
||
|
<Directory "/srv/www/bugzilla">
|
||
|
AddHandler cgi-script .cgi
|
||
|
Options +ExecCGI +FollowSymLinks
|
||
|
DirectoryIndex index.cgi index.html
|
||
|
AllowOverride Limit FileInfo Indexes Options
|
||
|
Order allow,deny
|
||
|
Allow from all
|
||
|
</Directory>
|