Project

General

Profile

« Previous | Next » 

Revision 7888

Added web/vegpath.conf with Apache VirtualHost config

View differences:

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

Also available in: Unified diff