%
path_data_directory = "/var/lib/bugzilla"
%>
AddHandler cgi-script .cgi
Options +ExecCGI +FollowSymLinks
DirectoryIndex index.cgi index.html
AllowOverride All
# The duplicates.rdf must be accessible, as it is used by
# duplicates.xul
>
# Apache 2.4
Require all granted
# Apache 2.2
Order allow,deny
Allow from all
# The png files locally created locally must be accessible
/webdot>
# Apache 2.4
Require all granted
# Apache 2.2
Order allow,deny
Allow from all
Alias /graphs/ <%= path_data_directory %>/graphs/
/graphs>
# Apache 2.4
Require all granted
# Apache 2.2
Order allow,deny
Allow from all
# This should work automatically, but perhaps something
# in our Bugzilla packaging breaks this?
Alias /extensions/Mageia/web/ <%= scope.lookupvar("bugzilla::extension_location") %>/web/
/web/>
# Apache 2.4
Require all granted
# Apache 2.2
Order allow,deny
Allow from all