many thanks jonas for your suggest. This is a part of my conf. Is it
correct?

[...]
KeepAlive On

ProxyRequests off
ProxyPass / http://10.173.90.171/
ProxyHTMLURLMap http://10.173.90.171 /
<Location />
        ProxyPassReverse http://10.173.90.171/
        ProxyHTMLEnable On
        ProxyHTMLURLMap  /      /
        RequestHeader    unset  Accept-Encoding
        SetEnv proxy-nokeepalive 1
</Location>


2010/4/22 Jonas Eckerman <jonas_li...@frukt.org>

> On 2010-04-22 16:56, Mauri wrote:
>
>  [quote]Do you want the connection between the proxy and the server to be
>> kept alive rather than closed after each reqest?[quote]
>> yes.
>> just this?
>> KeepAlive Off
>> in the <VirtualHost *:443>
>>
>
> No. That turns off keepalive between the browser and the proxy.
>
> In order to turn on keepalive between the proxy and the server, use the
> keepalive parameter to the proxypass command.
>
> In order to allow keepalive between the browser and the proxy, set
> KeepAlive On, not Off, for the host.
>
> See Docs at:
> <http://httpd.apache.org/docs/2.2/mod/mod_proxy.html#proxypass>
> <http://httpd.apache.org/docs/2.2/mod/core.html#keepalive>
>
>
> Regards
> /Jonas
>
> --
> Jonas Eckerman
> Fruktträdet & Förbundet Sveriges Dövblinda
> http://www.fsdb.org/
> http://www.frukt.org/
> http://whatever.frukt.org/
>
> ---------------------------------------------------------------------
> 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-unsubscr...@httpd.apache.org
>  "   from the digest: users-digest-unsubscr...@httpd.apache.org
> For additional commands, e-mail: users-h...@httpd.apache.org
>
>

Reply via email to