Hi,

Am Mittwoch, 18. November 2009 schrieb conrad-tomcat.users.2...@tivano.de:
>
> When a HTTP/1.0 client requests a dynamically generated page over SSL,
> most of the response is returned immediately. Then, we see a 5-second
> timeout (this is *not* Apache's KeepAliveTimeout), then the rest of the
> response is delivered just before the connection is shut down.
>
> For dynamically generated pages, we do not set a "Content-Length" header,
> so for HTTP/1.0 clients the server has to respond with "Connection: close"
> (which it does). Only it waits for 5 seconds before actually closing it.

apparently this problem was caused by mod_ssl configuration, specifically
the SSLSessionCache setting.

Thanks,
        Peter
-- 
Peter Conrad
Tivano Software GmbH
Bahnhofstr. 18
63263 Neu-Isenburg
Tel: 06102 / 8099070
Fax: 06102 / 8099071
HRB 11680, AG Offenbach/Main
Geschäftsführer: Martin Apel


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to