|
Subject: Re: Nice article on lighttpd Newsgroups: gmane.comp.web.lighttpd Date: 2006-02-08 11:02:28 GMT (3 years, 21 weeks, 16 hours and 24 minutes ago)
On Wed, Feb 08, 2006 at 09:42:21AM +0100, Stefano Cobianchi wrote:
>
> On Feb 8, 2006, at 3:57 AM, James Byers wrote:
>
> >I'm sad to say we had to put Apache2 in front of lighttpd for SSL.
> >As of 1.4.8(?) there were still certain conditions where IE clients
> >would blow up -- IE's fault, of course, other clients were fine.
>
> This is a known problem with some versions of IE. Usually the
> workaround is to add
> this directive to Apache's configuration:
>
> SetEnvIf User-Agent ".*MSIE.*" \
> nokeepalive ssl-unclean-shutdown \
> downgrade-1.0 force-response-1.0
>
> With lighty you can use "server.max-keep-alive-connections = 0", but
> I think
> it acts globally, i.e. you can't put it in a conditional block (Jan,
> correct me if I'm wrong)
$HTTP["useragent"] =~ "MSIE" {
server.max-keepalive-requests = 0
}
> --
> Stefano Cobianchi
> stefano <at> tomato.it
>
>
>
Jan
--
Jan Kneschke http://jan.kneschke.de/
Perhaps you want to say 'thank you, jan': http://jk.123.org/wishlist/
|
|
|