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