However, ProxyPass min= setting doesn't seem to keep open connections to the backend, at least with the following configuration. Any ideas?
(the following is located in my ssl.conf, so I connect to the https:// <servername>/slm to proxy to in this case https://test1.f4tech.com/slm)
Thanks, Tarun SSLProxyEngine on ProxyRequests Off <Proxy *> Order deny,allow Allow from all </Proxy> ProxyPass /slm https://test1.f4tech.com/slm min=10 ttl=120 keepalive=On ProxyPassReverse /slm https://test1.f4tech.com/slm <IfModule mod_disk_cache.c> CacheEnable disk / CacheRoot "/var/cache/mod_proxy" </IfModule> <IfModule mod_mem_cache.c> CacheEnable mem / MCacheSize 24000 MCacheMaxObjectCount 100 MCacheMinObjectSize 1 MCacheMaxObjectSize 2048 </IfModule> --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx