On Tue, Nov 22, 2005 at 02:55:29PM +0100, [EMAIL PROTECTED] wrote: > Here is a more complete description of the problem, aligned with my latest > tests. > > As the situation is very fuzzy, do not hesitate to answer if you found > additional info. > > General Apache configuration to reproduce the problem: > > <VirtualHost _default_:443> > SSLVerifyClient none > <Location /subdir/> > SSLVerifyClient require > </Location> > </VirtualHost> > > Actions to reproduce the original problem: > > - go to https://myserver/index.html > - go to https://myserver/subdir/post.html (a page that posts some data) > - wait at least 1 min. before clicking to post the data
Any problems with configurations like this are probably really caused by PR 12355 rather than the keepalive setting. You can try this patch for 2.0.x: http://issues.apache.org/bugzilla/attachment.cgi?id=16495 Regards, joe