X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=tools%2Fapache2%2Fmkws-dev;h=582af95bedfa5269fa61fa04cc9eb5d0f7868fe9;hb=0a277d8f2230691168fce1528e5d4094e1afd08a;hp=9805492dafc00d97f45a1d09d8f672601b3356a7;hpb=9ef41c241ae5f157e65a40f67c56ae74d3d6d9c0;p=mkws-moved-to-github.git diff --git a/tools/apache2/mkws-dev b/tools/apache2/mkws-dev index 9805492..582af95 100644 --- a/tools/apache2/mkws-dev +++ b/tools/apache2/mkws-dev @@ -30,10 +30,10 @@ # jasmine test account - RewriteRule /service-proxy-testauth /service-proxy/?command=auth&action=login&username=mkwstest&password=mkwstest [P] # [NE,P] + RewriteRule /service-proxy-testauth(/)?(;jsessionid=.+)? /service-proxy/$2?command=auth&action=login&username=mkwstest&password=mkwstest [P] # [NE,P] # mkws devel account (e.g. memached testing) - RewriteRule /service-proxy-auth /service-proxy/?command=auth&action=login&username=mkwsdev&password=mkwsdev [P] # [NE,P] + RewriteRule /service-proxy-auth(/)?(;jsessionid=.+)? /service-proxy/$2?command=auth&action=login&username=mkwsdev&password=mkwsdev [P] # [NE,P] ProxyPass /service-proxy/ http://sp-mkc.indexdata.com/service-proxy/ ProxyPassReverse /service-proxy/ http://sp-mkc.indexdata.com/service-proxy/