From: Wolfram Schneider Date: Wed, 12 Jun 2013 15:37:38 +0000 (+0000) Subject: front-end proxy apache config X-Git-Tag: 0.9.1~631^2 X-Git-Url: http://jsfdemo.indexdata.com/?a=commitdiff_plain;h=07d60ecc42582dcd826dd88c707d2b3ca9b3b093;p=mkws-moved-to-github.git front-end proxy apache config --- diff --git a/etc/apache2/spdemo-px b/etc/apache2/spdemo-px new file mode 100644 index 0000000..1d6cd6a --- /dev/null +++ b/etc/apache2/spdemo-px @@ -0,0 +1,21 @@ + + ServerName spdemo.indexdata.com + ServerAlias spdemo-test.indexdata.com spdemo-dev.indexdata.com spdemo-devel.indexdata.com + + ErrorLog /var/log/apache2/spdemo-error.log + CustomLog /var/log/apache2/spdemo-access.log combined + + DefaultType text/html + + ProxyRequests off + ProxyPreserveHost On + + + Order deny,allow + Allow from all + + + ProxyPass / http://dart:80/ + ProxyPassReverse / http://dart:80/ + +