[ic] IE problems after latest update KB832894 - SSL & KeepAlive

Jeff jeff at badtz-maru.com
Mon Feb 23 13:39:31 EST 2004


On Mon, Feb 23, 2004 at 10:22:14AM -0800, Grant wrote:

> I remember having a problem with IE and submitting
> forms maybe 2 years ago.  The solution was some kind
> of KeepAlive setting.  I don't do Apache configuration
> myself, so I'm hazy on the whole thing.  Is no
> KeepAlive setting the best thing for fully updated
> IEs, and a KeepAlive setting the best thing for not
> fully updated IEs then?

	It's an IE problem that's old as the hills.  Add this to the 
apache config file in the configuration block for your SSL host:

SetEnvIf User-Agent ".*MSIE.*" \
         nokeepalive ssl-unclean-shutdown \
         downgrade-1.0 force-response-1.0


Jeff



More information about the interchange-users mailing list