[Bug 62167] 2.4 docs should warn about ProxyPassMatch vs. Workers

[email protected]
Newsgroups gmane.comp.apache.documentation
Message-ID <[email protected]/bugzilla/>
https://bz.apache.org/bugzilla/show_bug.cgi?id=62167

Rich Bowen <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #4 from Rich Bowen <[email protected]> ---
Fixed in trunk (r1933559) and 2.4 (r1933560).

Added a warning to ProxyPassMatch explaining that when the target URL contains
backreferences (\$1, \$2, etc.), each request produces a different resolved URL
that won't match the worker created by the directive. This causes requests to
fall through to the default reverse proxy worker, which does not reuse
connections or cache DNS lookups. Includes a workaround: define an explicit
worker via ProxyPass for the backend, then use ProxyPassMatch for URL mapping.

See also Bug 43513 for the underlying code issue.

Thanks for the report, Eric.

-- 
You are receiving this mail because:
You are the assignee for the bug.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.