root/web/main.conf @ 8631
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 .
|
10 |
<Directory .>
|
11 |
Require all granted |
12 |
AllowOverride all |
13 |
</Directory>
|
14 |
|
15 |
ErrorLog logs/error_log |
16 |
CustomLog logs/access_log combined |
17 |
</VirtualHost>
|