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-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx