From 07d60ecc42582dcd826dd88c707d2b3ca9b3b093 Mon Sep 17 00:00:00 2001 From: Wolfram Schneider Date: Wed, 12 Jun 2013 15:37:38 +0000 Subject: [PATCH] front-end proxy apache config --- etc/apache2/spdemo-px | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 etc/apache2/spdemo-px 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/ + + -- 1.7.10.4