Emmanuel Seyman 26ef7d6
Alias /var/lib/bugzilla/data/webdot /var/lib/bugzilla/data/webdot
John Berninger 04e1870
Alias /bugzilla /usr/share/bugzilla
John Berninger 04e1870
John Berninger 04e1870
<Directory /usr/share/bugzilla>
f060502
f060502
  <IfModule mod_authz_core.c>
4c7b6d5
    # Bugzilla will be accessible to all machines in your network
4c7b6d5
    # Replace with "Require local" if you want access to be restricted
4c7b6d5
    # to this machine.
4c7b6d5
    Require all granted
f060502
  </IfModule>
f060502
John Berninger 04e1870
  AddHandler cgi-script .cgi
John Berninger 04e1870
  Options +Indexes +ExecCGI +FollowSymLinks
Emmanuel Seyman 439e2d3
  DirectoryIndex index.cgi index.html
f060502
  AllowOverride Limit Options FileInfo Indexes
Emmanuel Seyman 439e2d3
  AddType application/vnd.mozilla.xul+xml .xul
Emmanuel Seyman 439e2d3
  AddType application/rdf+xml .rdf
John Berninger 04e1870
</Directory>
7167db2
7167db2
<Directory /var/lib/bugzilla/data/webdot>
7167db2
  Require all granted
7167db2
</Directory>