From 6f521de7b2d24c3ef61f774dc923530394f6429f Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Tue, 11 Jun 2013 16:52:00 +0100 Subject: [PATCH] Simple setup for JSDemo client. --- experiments/jsdemo/jsdemo.conf | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 experiments/jsdemo/jsdemo.conf diff --git a/experiments/jsdemo/jsdemo.conf b/experiments/jsdemo/jsdemo.conf new file mode 100644 index 0000000..5f145bb --- /dev/null +++ b/experiments/jsdemo/jsdemo.conf @@ -0,0 +1,17 @@ + + ServerName x.mkws.indexdata.com + DocumentRoot /usr/local/src/git/pazpar2/www/jsdemo + + Allow from all + + Alias /pazpar2/js/ /usr/local/src/git/pazpar2/js/ + + ProxyPreserveHost On + + Order deny,allow + Allow from all + + ProxyPass /pazpar2/js/ ! + ProxyPass /pazpar2/ http://localhost:8004/pazpar2/ + ProxyPassReverse /pazpar2/ http://localhost:8004/pazpar2/ + -- 1.7.10.4