File: colplot.apache.conf

package info (click to toggle)
colplot 5.2.0-1.1
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye
  • size: 1,576 kB
  • sloc: perl: 3,244; sh: 235; makefile: 9
file content (18 lines) | stat: -rw-r--r-- 339 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Alias /colplot /usr/share/colplot/site

<Directory /usr/share/colplot/site>
	AddHandler cgi-script .cgi
	DirectoryIndex index.cgi
	AllowOverride None
	Options None
	Options +followsymlinks  +execcgi

	<IfVersion >= 2.3>
		Require all granted
	</IfVersion>
	<IfVersion < 2.3>
		Order Allow,Deny
		Allow from all
	</IfVersion>

</Directory>