https://bz.apache.org/bugzilla/show_bug.cgi?id=62167
--- Comment #3 from Eric Covener <cove...@gmail.com> --- (In reply to Luca Toscano from comment #2) > Eric one clarification: "won't be matched later" means that a ProxyPassMatch > worker will not be re-used but re-created over and over for each proxied > connection? (so no connection re-use if set, etc..) The worker is like a named connection pool. There is a special one called the default reverse proxy worker, but sinc. it doesn't know if/when it will ever be re-used it doesn't cache DNS or keep connections in the pool. So when a request comes in that is proxied due to proxypassmatch, it will consult DNS and get a new TCP Connection then destroy it at the end, unless you go out of your way to define a worker as we tell people to do for the [P] flag in mod_rewrite. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: docs-unsubscr...@httpd.apache.org For additional commands, e-mail: docs-h...@httpd.apache.org