X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=blobdiff_plain;f=tools%2Fapache2%2Fmkws-mike-mac;h=d756148762f847ce487bd0c5bee614de0dda7b1b;hp=c6ade11e65ba900877eb2727f8c2f22b44c1a64c;hb=ef845d2595045ecf11ce99ec73ded148af69121f;hpb=b6a4114b245ffe3643d5f7aa580012f4a5227715 diff --git a/tools/apache2/mkws-mike-mac b/tools/apache2/mkws-mike-mac index c6ade11..d756148 100644 --- a/tools/apache2/mkws-mike-mac +++ b/tools/apache2/mkws-mike-mac @@ -13,7 +13,7 @@ RewriteEngine on RewriteLogLevel 1 RewriteLog /opt/local/apache2/logs/spclient-rewrite.log - RewriteRule /service-proxy-auth /service-proxy/?command=auth&action=login&username=guest&password=guest [P] # [NE,P] + RewriteRule /service-proxy-auth(/)?(;jsessionid=.+)? /service-proxy/$2?command=auth&action=login&username=guest&password=guest [P] # [NE,P] # For MKC Service Proxy ProxyPass /service-proxy/ http://sp-mkc.indexdata.com/service-proxy/ @@ -31,6 +31,10 @@ CustomLog /opt/local/apache2/logs/example-access.log combined DocumentRoot /usr/local/src/git/mkws/examples/htdocs + Alias /tools/htdocs/ /usr/local/src/git/mkws/tools/htdocs/ + Alias /src/ /usr/local/src/git/mkws/src/ + Alias /jasmine/ /usr/local/src/git/mkws/examples/jasmine/ + Alias /test/ /usr/local/src/git/mkws/test/ # Needed on Mac, which locks Apache down hard by default.