bugzilla/bugzilla.conf
Factory Maintainer 7fe3ee0112 Accepting request 262001 from server:php:applications
This package has been placed in server:php:application but should better be placed in in devel:tools:scm .
Would be good, if you could take it over.

OBS-URL: https://build.opensuse.org/request/show/262001
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/bugzilla?expand=0&rev=1
2015-03-25 09:40:45 +00:00

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>