Project

General

Profile

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