From 1fb5eaa2afb37953d6d2ee7ddc328190b477e661 Mon Sep 17 00:00:00 2001 From: Wolfram Schneider Date: Fri, 13 Jun 2014 13:17:38 +0000 Subject: [PATCH] test the machine "sansa" --- tools/apache2/mkws-test | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/tools/apache2/mkws-test b/tools/apache2/mkws-test index d47abc7..54813dd 100644 --- a/tools/apache2/mkws-test +++ b/tools/apache2/mkws-test @@ -33,10 +33,14 @@ RewriteRule /service-proxy-auth(/)?(;jsessionid=.+)? /service-proxy/$2?command=auth&action=login&username=mkws&password=mkws [P] # jasmine test account - RewriteRule /service-proxy-testauth(/)?(;jsessionid=.+)? /service-proxy/$2?command=auth&action=login&username=mkwstest&password=mkwstest [P] - - ProxyPass /service-proxy/ http://sp-mkc-arya.indexdata.com:8080/service-proxy/ - ProxyPassReverse /service-proxy/ http://sp-mkc-arya.indexdata.com:8080/service-proxy/ + RewriteRule /service-proxy-testauth(/)?(;jsessionid=.+)? /service-proxy/$2?command=auth&action=login&username=mkwsdev&password=mkwsdev [P] + RewriteRule /service-proxy-kohaauth(/)?(;jsessionid=.+)? /service-proxy/$2?command=auth&action=login&username=kohademo&password=kohademo [P] + #RewriteRule /service-proxy-kohaauth(/)?(;jsessionid=.+)? /service-proxy/$2?command=auth&action=login&username=mkwsdev&password=mkwsdev [P] + + ProxyPass /service-proxy/ http://sp-mkc-sansa.indexdata.com:8080/service-proxy/ + ProxyPassReverse /service-proxy/ http://sp-mkc-sansa.indexdata.com:8080/service-proxy/ + #ProxyPass /service-proxy/ http://sp-mkc-arya.indexdata.com:8080/service-proxy/ + #ProxyPassReverse /service-proxy/ http://sp-mkc-arya.indexdata.com:8080/service-proxy/ #ProxyPass /service-proxy/ http://sp-mkc.indexdata.com/service-proxy/ #ProxyPassReverse /service-proxy/ http://sp-mkc.indexdata.com/service-proxy/ -- 1.7.10.4