]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
mod_proxy: add ap_proxy_define_match_worker() and use it for ProxyPassMatch
authorJan Kaluža <jkaluza@apache.org>
Fri, 11 Jul 2014 10:36:15 +0000 (10:36 +0000)
committerJan Kaluža <jkaluza@apache.org>
Fri, 11 Jul 2014 10:36:15 +0000 (10:36 +0000)
commitfa28b2c0e24c40ce3cb9f9e90424d3013fae1e08
tree9f9d8ec88ba5c43bd8cba31199053c66eba2c0cf
parent11ee32b1e52d0726b090f39e4849016da1dfcc45
mod_proxy: add ap_proxy_define_match_worker() and use it for ProxyPassMatch
and ProxyMatch section to distinguish between normal workers and workers
with regex substitutions in the name. Implement handling of such workers
in ap_proxy_get_worker(). PR 43513

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1609680 13f79535-47bb-0310-9956-ffa450edef68
modules/proxy/mod_proxy.c
modules/proxy/mod_proxy.h
modules/proxy/proxy_util.c