On 10/13/06, Qingshan Xie <xieq_49@xxxxxxxxx> wrote:
Hi! All, We have a 2.0.59 HTTPS server on Solaris 8. After I turned on "KeepAlive On" and monitored it by mod_status, I did not see any connection in KeepAlive state. Seems keepalive is not applicable on HTTPS/SSL server. Can some one tell me if this is true and why?
KeepAlive (persistent-connections) and SSL can work fine together. But many configurations (including the default) include something like BrowserMatch ".*MSIE.*" \ nokeepalive ssl-unclean-shutdown \ downgrade-1.0 force-response-1.0 which turns them off for the majority of browsers. Whether this dumbing-down is really necessary is an open question. Some people report success without this config. Joshua. --------------------------------------------------------------------- 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