File: basic.conf

package info (click to toggle)
bugzilla 3.0.4.1-2%2Blenny2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 4,328 kB
  • ctags: 29
  • sloc: sh: 525; makefile: 160; perl: 98
file content (24 lines) | stat: -rw-r--r-- 564 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Alias /bugzilla3/ /usr/share/bugzilla3/web/
Alias /cgi-bin/bugzilla3 /usr/lib/cgi-bin/bugzilla3

<Directory "/usr/share/bugzilla3/web">
	AllowOverride none
	Order allow,deny
	Allow from all
</Directory>

<Directory "/usr/lib/cgi-bin/bugzilla3">
	AddHandler cgi-script .cgi
	DirectoryIndex index.cgi
	AllowOverride None
	Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch +FollowSymLinks
	Order allow,deny
	Allow from all
</Directory>

<Directory "/var/lib/bugzilla3/data">
	Options FollowSymLinks
	AllowOverride None
	Order allow,deny
	Allow from all
</Directory>