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
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>
|