Project

General

Profile

1
<VirtualHost *:80>
2
	ServerRoot /home/bien/svn/web
3
	ServerAdmin aaronmk@nceas.ucsb.edu
4
	
5
	RewriteMap subdomain2path prg:subdomain2path
6
	
7
	DocumentRoot vegpath
8
	<Directory vegpath>
9
		AllowOverride all
10
	</Directory>
11
	
12
	ErrorLog logs/error_log
13
	CustomLog logs/access_log combined
14
</VirtualHost>
(3-3/3)