X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=blobdiff_plain;f=tools%2Fapache2%2Fmkws-dev;h=9b426fb116abba5a3e8fa675f4f0308e32382be2;hp=30f2727446582412520538e0f03617ae17132995;hb=75a12fc0c0da4845ce7dfc236ecee5b34dce91e3;hpb=2a018c383403696e6677510510815ffd4624bd0b diff --git a/tools/apache2/mkws-dev b/tools/apache2/mkws-dev index 30f2727..9b426fb 100644 --- a/tools/apache2/mkws-dev +++ b/tools/apache2/mkws-dev @@ -15,6 +15,9 @@ DocumentRoot /home/indexdata/mkws-dev/examples/htdocs Alias /tools/htdocs /home/indexdata/mkws-dev/tools/htdocs + Alias /src /home/indexdata/mkws-dev/src + Alias /test /home/indexdata/mkws-dev/test + Alias /jasmine /home/indexdata/mkws-dev/examples/jasmine # CORS setting Header set Access-Control-Allow-Credentials true @@ -26,10 +29,14 @@ SetOutputFilter DEFLATE - RewriteRule /service-proxy-auth /service-proxy/?command=auth&action=login&username=mkws&password=mkws [P] # [NE,P] + # jasmine test account + RewriteRule /service-proxy-testauth(/)?(;jsessionid=.+)? /service-proxy/$2?command=auth&action=login&username=mkwstest&password=mkwstest [P] # [NE,P] - ProxyPass /service-proxy/ http://mkc.indexdata.com:9009/service-proxy/ - ProxyPassReverse /service-proxy/ http://mkc.indexdata.com:9009/service-proxy/ + # mkws devel account (e.g. memached testing) + RewriteRule /service-proxy-auth(/)?(;jsessionid=.+)? /service-proxy/$2?command=auth&action=login&username=mkwsdev&password=mkwsdev [P] # [NE,P] + + ProxyPass /service-proxy/ http://sp-mkws.indexdata.com/service-proxy/ + ProxyPassReverse /service-proxy/ http://sp-mkws.indexdata.com/service-proxy/ ProxyPass /pazpar2/ http://localhost:8004/pazpar2/ ProxyPassReverse /pazpar2/ http://localhost:8004/pazpar2/