%
path_data_directory = "/var/lib/bugzilla"
%>
Order allow,deny
Allow from all
AllowOverride Limit FileInfo Indexes Options
Options ExecCGI
DirectoryIndex index.cgi
# The duplicates.rdf must be accessible, as it is used by
# duplicates.xul
>
Order allow,deny
Allow from all
# The png files locally created locally must be accessible
/webdot>
Order allow,deny
Allow from all
Alias /graphs/ <%= path_data_directory %>/graphs/
/graphs>
Order allow,deny
Allow from all
# This should work automatically, but perhaps something
# in our Bugzilla packaging breaks this?
Alias /extensions/Mageia/web/ <%= extension_location %>/web/
/web/>
Order allow,deny
Allow from all