root/web/main.conf @ 8232
1 |
<VirtualHost *:80> |
---|---|
2 |
ServerRoot /home/bien/svn/web |
3 |
ServerAdmin aaronmk@nceas.ucsb.edu |
4 |
|
5 |
RewriteEngine on |
6 |
RewriteMap tolower int:tolower |
7 |
RewriteMap subdomain2path prg:subdomain2path |
8 |
|
9 |
DocumentRoot main |
10 |
<Directory main> |
11 |
AllowOverride all |
12 |
</Directory>
|
13 |
|
14 |
ErrorLog logs/error_log |
15 |
CustomLog logs/access_log combined |
16 |
</VirtualHost>
|