root/web/vegpath.conf @ 7985
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 | 7985 | aaronmk | RewriteMap subdomain2path prg:subdomain2path |
6 | |||
7 | 7888 | aaronmk | DocumentRoot vegpath |
8 | <Directory vegpath> |
||
9 | AllowOverride all |
||
10 | </Directory>
|
||
11 | 7983 | aaronmk | |
12 | ErrorLog logs/error_log |
||
13 | CustomLog logs/access_log combined |
||
14 | 7888 | aaronmk | </VirtualHost>
|