aboutsummaryrefslogtreecommitdiffstats
path: root/modules/bugzilla/templates/webapp_bugzilla.conf
blob: d2e3f39526c1b5719ee1d743f6918d71a77ad9a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
<%
path_data_directory =  "/usr/share/bugzilla/"
%>

<Directory <%= path_data_directory %> >
  AddHandler cgi-script .cgi
  Options +ExecCGI +FollowSymLinks
  DirectoryIndex index.cgi index.html
  AllowOverride All
</Directory>