Project

General

Profile

1 7888 aaronmk
<VirtualHost *:80>
2 7983 aaronmk
	ServerRoot /home/bien/svn/web
3 7888 aaronmk
	ServerAdmin aaronmk@nceas.ucsb.edu
4 7983 aaronmk
5 7986 aaronmk
	RewriteEngine on
6 8059 aaronmk
	RewriteMap tolower int:tolower
7 7985 aaronmk
	RewriteMap subdomain2path prg:subdomain2path
8
9 8368 aaronmk
	DocumentRoot .
10 8398 aaronmk
	<Directory .>
11 8401 aaronmk
		Require all granted
12 7888 aaronmk
		AllowOverride all
13
	</Directory>
14 7983 aaronmk
15
	ErrorLog logs/error_log
16
	CustomLog logs/access_log combined
17 7888 aaronmk
</VirtualHost>