使用查询参数设置Apache代理规则

时间:2017-12-28 13:46:11

标签: regex apache http http-proxy proxypass

如何根据查询参数为代理请求设置apache代理?

在以下配置中,我只想应用url1规则而不影响其他规则。

ProxyPassMatch     ^/url1/wsdl       http:///url2/wsdl$1 disablereuse=on
ProxyPassMatch     ^/url1/ws         http:///url3/ws$1 disablereuse=on
ProxyPassMatch     ^/url1/ws?wsdl    http:///url4/wsdl$1 disablereuse=on
ProxyPassMatch     ^/url1/ws?xsd=1   http:///url5/xsd$1 disablereuse=on
ProxyPassMatch     ^/url6(.*)        http:///url7$1 disablereuse=on

0 个答案:

没有答案