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