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