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