Tous les dimanches à 3 heures, les Apaches recommencent. Le problème est le suivant : il y a un certificat sur le serveur avec une clé privée cryptée. Le mot de passe n'étant pas fourni lors du redémarrage automatique, Apache s'arrête et tous mes sites web tombent en panne.
Je veux empêcher Apache de redémarrer chaque semaine. Comment ? Voici le journal d'Apache à ce moment-là. Avant [notice] caught SIGTERM, shutting down
il n'y a rien de pertinent, si vous vous demandez...
[Sun Feb 15 03:37:12 2015] [notice] caught SIGTERM, shutting down
[Sun Feb 15 03:37:12 2015] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Sun Feb 15 03:37:13 2015] [error] Init: Unable to read pass phrase [Hint: key introduced or changed before restart?]
[Sun Feb 15 03:37:13 2015] [error] SSL Library Error: 218529960 error:0D0680A8:asn1 encoding routines:ASN1_CHECK_TLEN:wrong tag
[Sun Feb 15 03:37:13 2015] [error] SSL Library Error: 218640442 error:0D08303A:asn1 encoding routines:ASN1_TEMPLATE_NOEXP_D2I:nested asn1 error
[Sun Feb 15 03:37:13 2015] [error] SSL Library Error: 218529960 error:0D0680A8:asn1 encoding routines:ASN1_CHECK_TLEN:wrong tag
[Sun Feb 15 03:37:13 2015] [error] SSL Library Error: 218595386 error:0D07803A:asn1 encoding routines:ASN1_ITEM_EX_D2I:nested asn1 error
[Sun Feb 15 03:37:13 2015] [error] SSL Library Error: 67710980 error:04093004:rsa routines:OLD_RSA_PRIV_DECODE:RSA lib
[Sun Feb 15 03:37:13 2015] [error] SSL Library Error: 218529960 error:0D0680A8:asn1 encoding routines:ASN1_CHECK_TLEN:wrong tag
[Sun Feb 15 03:37:13 2015] [error] SSL Library Error: 218595386 error:0D07803A:asn1 encoding routines:ASN1_ITEM_EX_D2I:nested asn1 error
[Sun Feb 15 11:09:41 2015] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Sun Feb 15 11:09:44 2015] [notice] Digest: generating secret for digest authentication ...
[Sun Feb 15 11:09:44 2015] [notice] Digest: done
[Sun Feb 15 11:09:44 2015] [notice] FastCGI: wrapper mechanism enabled (wrapper: /usr/sbin/suexec)
[Sun Feb 15 11:09:44 2015] [notice] FastCGI: process manager initialized (pid 11309)
[Sun Feb 15 11:09:44 2015] [notice] Apache/2.2.15 (Unix) mod_ssl/2.2.15 OpenSSL/1.0.0-fips mod_fastcgi/2.4.6 configured -- resuming normal operations
Informations supplémentaires :
-
Cron Jobs :
/usr/sbin/raid-check
C'est la seule tâche cron qui s'exécute le dimanche soir (1 heure du matin), mais si je la lance manuellement, rien ne se passe pour Apache...
0 votes
Comment vérifier quelles tâches cron sont exécutées à un moment donné ?
0 votes
@Sven J'ai installé Webmin sur le port 1000 et en me connectant en tant que root via un navigateur, je peux vérifier les tâches Cron programmées. J'ai ouvert chacun d'entre eux et regardé à quelle heure ils sont programmés.