Problème de TimeOut sur apache 2.0.53+SSL

Nouveau WRInaute
Bonjour, j'ai un apache 2.0.53 d'installé et lorsqu'un utilisateur se connecte sur une application en https qui est hébergée sur cet apache après 20 minutes, la personne est déconnectée et revient au login de démarrage de l'application. Dans les logs, j'ai vu ces erreurs ... Ce problème est très embêtant ... Merci pour votre aide si précieuse


The timeout specified has expired: SSL input filter read failed.
[Mon Jul 16 14:19:37 2007] [info] Connection to child 14 closed with standard shutdown(server pdp.*.*:443, client 172.18.130.11)
[Mon Jul 16 14:19:37 2007] [info] (70007)The timeout specified has expired: SSL input filter read failed.
[Mon Jul 16 14:19:37 2007] [info] Connection to child 43 closed with standard shutdown(server pdp.*.*:443, client 172.18.130.11)
[Mon Jul 16 14:19:47 2007] [info] Connection to child 27 established (server pdp.*.*:443, client 172.18.130.11)
[Mon Jul 16 14:19:47 2007] [info] Seeding PRNG with 0 bytes of entropy
[Mon Jul 16 14:19:47 2007] [info] Connection to child 27 established (server pdp.*.*:443, client 172.21.177.242)
[Mon Jul 16 14:19:47 2007] [info] Seeding PRNG with 0 bytes of entropy
[Mon Jul 16 14:19:47 2007] [info] Connection to child 33 established (server pdp.*.*:443, client 172.18.130.11)
[Mon Jul 16 14:19:47 2007] [info] Seeding PRNG with 0 bytes of entropy
[Mon Jul 16 14:19:47 2007] [info] Connection to child 33 established (server pdp.*.*:443, client 172.21.177.242)
[Mon Jul 16 14:19:47 2007] [info] Seeding PRNG with 0 bytes of entropy
[Mon Jul 16 14:19:49 2007] [info] (32)Broken pipe: core_output_filter: writing data to the network
[Mon Jul 16 14:19:49 2007] [info] (131)Connection reset by peer: SSL output filter write failed.
[Mon Jul 16 14:20:04 2007] [info] (70007)The timeout specified has expired: SSL input filter read failed.
[Mon Jul 16 14:20:04 2007] [info] Connection to child 27 closed with standard shutdown(server pdp.*.*:443, client 172.18.130.11)
[Mon Jul 16 14:20:27 2007] [info] (70007)The timeout specified has expired: SSL input filter read failed.
[Mon Jul 16 14:20:27 2007] [info] Connection to child 26 closed with standard shutdown(server pdp.*.*:443, client 172.18.42.239)
[Mon Jul 16 14:20:27 2007] [info] (70007)The timeout specified has expired: SSL input filter read failed.
[Mon Jul 16 14:20:27 2007] [info] Connection to child 31 closed with standard shutdown(server pdp.*.*:443, client 172.18.42.239)
 
Nouveau WRInaute
Voici ma configuration qui est toute simple ... Merci à toi
<VirtualHost X.X.X.X:443>
SSLEngine on
SSLProxyEngine On
SSLSessionCacheTimeout 600
SSLCertificateFile conf/ssl.crt/*.crt
SSLCertificateKeyFile conf/ssl.crt/*.key
ServerName nom de domaine
CustomLog logs/access_*_log common
ErrorLog logs/error_*_log
DocumentRoot "/usr/app/apache-2.0.53_1/htdocs"
</VirtualHost>
 
Nouveau WRInaute
on dirait que j'ai résolu mon problème mais est-ce logique ...


BrowserMatch ".*MSIE.*" \
nokeepalive ssl-unclean-shutdown \
downgrade-1.0 force-response-1.0
 
Discussions similaires
Haut