Project

General

Profile

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