initial commit of file from CVS for bugzilla on Wed Oct 8 22:11:35 AEDT 2025

This commit is contained in:
Trevor Batley
2025-10-08 22:11:35 +11:00
parent 2615d50c5d
commit 8d5647f95f
14 changed files with 943 additions and 1 deletions

23
bugzilla-httpd-conf Normal file
View File

@@ -0,0 +1,23 @@
Alias /var/lib/bugzilla/data/webdot /var/lib/bugzilla/data/webdot
Alias /bugzilla /usr/share/bugzilla
<Directory /usr/share/bugzilla>
<IfModule mod_authz_core.c>
# Bugzilla will be accessible to all machines in your network
# Replace with "Require local" if you want access to be restricted
# to this machine.
Require all granted
</IfModule>
AddHandler cgi-script .cgi
Options +Indexes +ExecCGI +FollowSymLinks
DirectoryIndex index.cgi index.html
AllowOverride Limit Options FileInfo Indexes AuthConfig
AddType application/vnd.mozilla.xul+xml .xul
AddType application/rdf+xml .rdf
</Directory>
<Directory /var/lib/bugzilla/data/webdot>
Require all granted
</Directory>