On 2011-08-18 17:08, Edoardo Tirtarahardja wrote:
Hi, I read from mod_proxy description in Apache 2.2 that the default worker does not use the HTTP Keep-Alive. Is there a way how to enable it for forward proxy configuration?
You mean, from apache working as a forward proxy to the remote origin server?
Can you imagine how bad that would be ?
I tried to set the 'keepalive' parameter in 'ProxyPass' directive it doesn't work. I think ProxyPass is more for reverse proxy, rather than forward proxy.
As documented, ProxyPass is ONLY for reverse (i.e. known-origin) proxies.
Setting it in 'Proxy' directive also doesn't work. Even I can make it work, those 'ProxyPass'& 'Proxy' requires an absolute URL, while I want to enable it for ALL request.
Um. So use /.
Please help. BR //Edo
-- J. --------------------------------------------------------------------- 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