Re: [users@httpd] Setting KeepAlive on for forward proxy

2011-08-18 Thread Edoardo Tirtarahardja
First thanks for you quick response again :), I really appreciate it. On 2011-08-18 12:36,Jeroen Geilman wrote: > On 2011-08-18 18:09, Edoardo Tirtarahardja wrote: >> On 2011-08-18 11:26,Jeroen Geilman wrote: >>> On 2011-08-18 17:08, Edoardo Tirtarahardja wrote: Hi, I read from mod_

Re: [users@httpd] Setting KeepAlive on for forward proxy

2011-08-18 Thread Jeroen Geilman
On 2011-08-18 18:09, Edoardo Tirtarahardja wrote: On 2011-08-18 11:26,Jeroen Geilman wrote: 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 forwa

Re: [users@httpd] Setting KeepAlive on for forward proxy

2011-08-18 Thread Edoardo Tirtarahardja
On 2011-08-18 11:26,Jeroen Geilman wrote: > 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 mea

Re: [users@httpd] Setting KeepAlive on for forward proxy

2011-08-18 Thread Jeroen Geilman
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 origi

[users@httpd] Setting KeepAlive on for forward proxy

2011-08-18 Thread Edoardo Tirtarahardja
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? I tried to set the 'keepalive' parameter in 'ProxyPass' directive it doesn't work. I think ProxyPass is more for reverse p