From: Mike Taylor Date: Thu, 12 Dec 2013 16:54:36 +0000 (+0000) Subject: "Customer" Apache2 configuration used RewriteRule instead of ProxyPass X-Git-Tag: 0.9.1~87 X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=8318f434d99004c3ea25d771ba40d2feff8a3cd8 "Customer" Apache2 configuration used RewriteRule instead of ProxyPass to handle /service-proxy-auth/ Acts as an example of MKWS-38 ("More secure authentication for MKWS") --- diff --git a/examples/apache2/mkws-examples-mike b/examples/apache2/mkws-examples-mike index d5f2043..1b308ac 100644 --- a/examples/apache2/mkws-examples-mike +++ b/examples/apache2/mkws-examples-mike @@ -4,8 +4,8 @@ ErrorLog /var/log/apache2/mkws-examples-error.log CustomLog /var/log/apache2/mkws-examples-access.log combined - ProxyPass /service-proxy-auth-mike http://mkws.indexdata.com/service-proxy/?command=auth&action=login&username=demo&password=demo - ProxyPassReverse /service-proxy-auth-mike http://mkws.indexdata.com/service-proxy/?command=auth&action=login&username=demo&password=demo + RewriteEngine on + RewriteRule /service-proxy-auth/ http://mkws.indexdata.com/service-proxy/?command=auth&action=login&username=demo&password=demo [P]