Moser Consulting
www.moserit.com › blog › tuning-apaches-mod_proxyApr 03, 2015 · Implemented a connection pool on the Apache Reverse Proxy by eliminating the “disablereuse=on” parameter. With “disablereuse=on”, Apache will use a new TCP connection for each HTTP request. This means that it must open a lot of connections to Tomcat and wait 4 minutes after the transaction is complete for each connection to close.
mod_proxy - Apache HTTP Server Version 2.4
httpd.apache.org › docs › 2mod_proxy. This defines remote proxies to this proxy. match is either the name of a URL-scheme that the remote server supports, or a partial URL for which the remote server should be used, or * to indicate the server should be contacted for all requests. remote-server is a partial URL for the remote server. Syntax: