X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=tools%2Fapache2%2Fmkws-live;h=914b1d81795ebfa05e336d8533487b245d469074;hb=e4d67cfed9f69ad76cb81292396e11b1cbcc38a7;hp=84cd8db3e670853b0cae7119ad5811718f274fa5;hpb=599b2f2ac25786d5399bf51e7341be67d5a596ce;p=mkws-moved-to-github.git diff --git a/tools/apache2/mkws-live b/tools/apache2/mkws-live index 84cd8db..914b1d8 100644 --- a/tools/apache2/mkws-live +++ b/tools/apache2/mkws-live @@ -14,6 +14,11 @@ RewriteLogLevel 1 RewriteLog /var/log/apache2/mkws-rewrite.log RewriteRule /service-proxy-auth /service-proxy/?command=auth&action=login&username=demo&password=demo [P] # [NE,P] + + # The following rule allows the server to accept service-proxy + # requests that begin with an escaped "%3F" rather than a literal + # "?". This is useful, as requests generated by ProxyPass + # elsewhere always have the leading "?" escaped for some reason. RewriteRule /service-proxy/\?(.*) /service-proxy/?$1 [P] # [NE,P] Header set Access-Control-Allow-Credentials true