File: apache.example.conf

package info (click to toggle)
ogamesim 20130107-3
  • links: PTS
  • area: main
  • in suites: buster
  • size: 804 kB
  • ctags: 214
  • sloc: ansic: 1,621; perl: 1,041; makefile: 201
file content (17 lines) | stat: -rw-r--r-- 340 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
NameVirtualHost *
<VirtualHost *>

	# ServerAdmin webmaster@localhost
	# ServerName ogamesim.domain.com

	DocumentRoot /usr/share/ogamesim-www
	AddHandler cgi-script .cgi

	<Directory /usr/share/ogamesim-www>
		Options ExecCGI
		DirectoryIndex index.cgi
		AllowOverride None
		Order allow,deny
		Allow from all
	</Directory>
</VirtualHost>