Problème de TimeOut sur apache 2.0.53+SSL
3 messages
• Page 1 sur 1
Consultez la formation à Google Analytics de WebRankInfo / Ranking Metrics
- norten
- Nouveau WRInaute

- Messages: 3
- Inscription: 16 Juil 2007
Problème de TimeOut sur apache 2.0.53+SSL
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)
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)
Dernière édition par norten le Lun Juil 16, 2007 15:02, édité 1 fois.
- norten
- Nouveau WRInaute

- Messages: 3
- Inscription: 16 Juil 2007
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>
<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>
3 messages
• Page 1 sur 1
Formation recommandée sur ce thème :
Formation Google Analytics : en 2 jours, apprenez comment exploiter l'essentiel des possibilités de l'outil de mesure d'audience de Google. Formation animée par les experts Google Analytics de Ranking Metrics.
Tous les détails sur le site Ranking Metrics : programme, prix, dates et lieux, inscription en ligne.
Lectures recommandées sur ce thème :
Qui est en ligne
Utilisateurs parcourant ce forum: Aucun utilisateur enregistré et 0 invités
