X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=tools%2Fapache2%2Fmkws-dev;h=17a2141edfc7f1f99880d226aeb70fb73a63c0a0;hb=ba77a7964e15d91f0ce3647c0be76b91f1c9b464;hp=30f2727446582412520538e0f03617ae17132995;hpb=2a018c383403696e6677510510815ffd4624bd0b;p=mkws-moved-to-github.git diff --git a/tools/apache2/mkws-dev b/tools/apache2/mkws-dev index 30f2727..17a2141 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,7 +29,11 @@ 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 /service-proxy/?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] ProxyPass /service-proxy/ http://mkc.indexdata.com:9009/service-proxy/ ProxyPassReverse /service-proxy/ http://mkc.indexdata.com:9009/service-proxy/