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

<Directory /usr/share/bugzilla/>
  AddHandler cgi-script .cgi
  Options +ExecCGI +FollowSymLinks
  DirectoryIndex index.cgi index.html
  AllowOverride All
</Directory>