[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] KeepAlive SSL refresh
- Subject: Re: [cobalt-users] KeepAlive SSL refresh
- From: Brian Curtis <admin@xxxxxxxxxxx>
- Date: Fri Feb 2 09:39:01 2001
- Organization: Pomfret Computer Technologies, LLC
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
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