On Thu, 2008-05-22 at 10:19 -0400, Benoit Gauthier wrote:
> Here are observations from our most recent tests. We can replicate the
> problem fairly easily. The problem does NOT recur if we limit the
> <img> tags on the page to a single image. If we add a second <img> tag
> (coded as <img src=dir/image.gif>), we can produce the problem.

Hrm. Has your Apache SSL config got the following lines?

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

They can be set in the vhost context, or globally.

Also, have you got keepalives switched on in your Apache config?

This smacks to me of an app level problem being winkled out by the use
of LVS, but I could be wrong.

Graeme


_______________________________________________
LinuxVirtualServer.org mailing list - [email protected]
Send requests to [EMAIL PROTECTED]
or go to http://lists.graemef.net/mailman/listinfo/lvs-users

Reply via email to