Merge
[mkws-moved-to-github.git] / tools / apache2 / mkws-proxy
1 <VirtualHost *:80>
2     ServerName mkws.indexdata.com
3     ServerAlias mkws-git.indexdata.com
4     ServerAlias sp-mkws.indexdata.com
5
6     ProxyRequests off
7     ProxyVia On
8     ProxyPreserveHost On
9     <Proxy *>
10       Order deny,allow
11       Allow from all
12     </Proxy>
13
14     ProxyPass         / http://caliban:80/
15     ProxyPassReverse  / http://caliban:80/
16
17     # These are the logs for the proxying operation
18     ErrorLog /var/log/apache2/mkws-proxy-error.log
19     CustomLog /var/log/apache2/mkws-proxy-access.log combined
20 </VirtualHost>