Re: Apache module that enables ActiveX

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 




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_lists@xxxxxxxxx>
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



[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux