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

Re: [cobalt-users] KeepAlive SSL refresh



Hello Lance,

Wednesday, January 31, 2001, 2:28:06 PM, you wrote:

LI> Is there a way to turn off KeepAlive for only SSL?  I've had the problem
LI> where Verisign 128 bit SSL pages have a refresh problem, causing the page to
LI> not load, but if you hit refresh, the page loads fine.  The problem hasn't
LI> happened with a Thawte 128 cert.  I know turning KeepAlive to "off" solves
LI> this, but it slows down server performance.  I also thought KeepAlive works
LI> for files that have a definate length, so that things such as CGI and server
LI> side includes automatically have KeepAlive turned off.

LI> Thanks

LI> Lance Ishimoto

Actually, it is recommended that KeepAlive is disabled for MSIE
browsers.  Here's the recommended line to append to your SSL_VHOST
block(s):

SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown

Of course, it will most likely be overwritten by the Cobalt GUI once
you change something, so YMMV.  You might be able to do it server-wide
if it's a must; read the mod_ssl documentation.

-- 
Best regards,
 Brian Curtis