Apache2: "already running" ou "could not bind to address"

Salut,
J’ai depuis un moment un problème avec apache2, il lui arrive de s’arrêter, tout seul…
Pour parer à ça, j’ai installé monit qui est chargé de le redémarrer en cas d’erreur. Mais il n’y parvient pas toujours à cause d’un problème que je ne comprend pas…

Ça n’arrive évidemment pas tout le temps… et je ne parviens pas à cerner le problème.
Ce matin j’ai essayé de reproduire l’erreur:

[code]# service apache2 stop
Stopping web server: apache2 … waiting .

service apache2 status

Apache2 is NOT running.

service apache2 start

Starting web server: apache2.

service apache2 status

Apache2 is NOT running.

service apache2 start

Starting web server: apache2httpd (pid 9585) already running
.

service apache2 status

Apache2 is running (pid 9585).[/code]

Comme vous le voyez, après un apache start, le “apache2 status” ne parvient pas à détecter que apache2 tourne, et évidemment un start derrière me donne “already running”…

Certaines fois, j’essayerais la prochaine fois de copier la sortie de la console, apache ne tourne pas mais il est impossible de le démarrer sans un killall préalable (il doit rester un pid qui traine ?), j’ai ce genre de sortie (de mémoire):

Je n’ai pas bidouillé les fichiers de conf d’apache2.
Je soupçonne une tâche cron (logrotate ou htcacheclean), mais sans conviction…
Auriez-vous une idée géniale à me proposer pour régler une bonne fois pour toute ce problème ?

[quote]Debian squeeze à jour
kernel: 3.2.0-0.bpo.2-amd64
apache2: Installé : 2.2.16-6+squeeze7[/quote]

Rien dans les logs ?

Je ne sais pas quoi, ni ou, chercher…

La dernière alerte revient souvent…

Ça sent pas très bon ça. Faudrait essayer de trouver ce qui provoque ce problème (qui est certainement la raison pour laquelle ton Apache s’arrête).
Grosso modo un des process Apache plante et ça l’empêche de s’éteindre correctement. Mais je ne t’apprends rien.

Les “already running” / “could not bind to address” sont dus aux process “orphelins” restants.
Sans savoir ce qui provoque le bug, la seule solution que je voie c’est d’intégrer un killall -KILL dans ton script de redémarrage (et éventuellement supprimer le fichier PID également) :

  • killall
  • supprimer PID
  • service start

Ça arrive à quelle fréquence ton plantage ?

serverfault.com/questions/137769 … -webserver ??

[quote]try to strace the apache2 command:

strace -f -o output.txt /etc/init.d/apache2 start

strace will trace the system calls (the -f flag orders strace to follow child processes as well and the -o flag writes the output to the file output.txt)[/quote]

Re,
oui, insérer un killall dans le script init d’apache est une solution; Pas la plus nette, mais ça m’éviterais un apache en rade (et j’ai des sites pour des clients sur la machine…).
Ça plante aléatoirement, c’est généralement tôt le matin vers 6 heures si je me souviens bien. Je noterais tout ça.

Je vais tenter le strace, ça m’aidera à cerner le problème, merci de l’idée.

Bien,
“Enfin” un crash et plantage de apache2. Rien de bien clair dans les logs:

[quote].---------------------------------------------------------------------------------------------------------------------------------------.
| OVH Service Monitoring [ALERT]
.-----------------±--------±-------±----------------±--------±--------------------------±-----------------------------------------.
| IP | Proto | Port | Time [sec] | Status | Timestamp | Reason
±----------------±--------±-------±----------------±--------±--------------------------±-----------------------------------------+
| xxx.xx.249.109 | http | 80 | 53.127 | FAILURE | Sun Jul 22 08:00:01 2012 | Timeout
‘-----------------±--------±-------±----------------±--------±--------------------------±-----------------------------------------’
[/quote]

[quote]/var/log/apache2/error.log.1

[Sun Jul 22 06:25:25 2012] [notice] Graceful restart requested, doing restart
[Sun Jul 22 06:25:26 2012] [notice] seg fault or similar nasty error detected in the parent process

/var/log/syslog.*

Jul 22 04:00:01 ns387444 /USR/SBIN/CRON[2582]: (root) CMD (/usr/local/bin/logresolvemerge.pl /var/log/ispconfig/httpd/*/error.log /var/log/apache2/error.log > /var/log/apache2/all_vhosts_error.log)

zgrep apache2 /var/log/monit.log.1

[CEST Jul 22 06:25:27] info : ‘Apache2’ start: /etc/init.d/apache2
[CEST Jul 22 06:26:58] info : ‘Apache2’ start: /etc/init.d/apache2
[CEST Jul 22 06:28:28] info : ‘Apache2’ start: /etc/init.d/apache2
[CEST Jul 22 06:29:59] info : ‘Apache2’ start: /etc/init.d/apache2[/quote]

Donc rien de bien utile dans tous ces messages.
Je vais ajouter un killall dans le script d’init de apache2, je n’ai pas d’autre idée… :017

PS: Le Wiki était donc inaccessible dimanche; Désolé je n’ai eu l’info qu’a mon retour de brousse, dimanche soir…

Hum, un plantage à cette heure, ça ressemble à une mise à jour de awstats.pl ou autre webanalyser qui se passe mal… Autre chose peut être, une mise à jour de PHP qui passe mal…Il y a quelques années, j’avais eu ce genre de choses qui avait cessé dès que j’avais mis en plus un serveur https, je n’avais pas vu (et je ne vois toujours pas) le lien mais essaye toujours en dernier recours.
[PS: Je n’avais rien installé de plus, juste charger le module ssl]

Salut,
Oui, j’ai vu quelques forums ou ils parlent du module ssl; Mais il est déjà chargé malheureusement.
Je vais regarder du côté de webalizer, il est effectivement installé.
Je vais aussi essayer de désactiver php pour faire des essais.

Je n’ai pas trouvé comment redémarrer apache2 de façon “graceful” ?Graceful restart requestedUne idée de comment faire ?

C’est apache qui de lui même se redémarre, ça se fait régulièrement par htcacheclean je crois…

Re,
En même temps que je lisais ta réponse j’ai trouvé dans le man de apache2ctl:

Je vais faire des essais jusqu’a ce que ça plante… :wink:

Edit… ça n’a pas été long!

apache2ctl graceful httpd not running, trying to start (98)Address already in use: make_sock: could not bind to address [::]:80 (98)Address already in use: make_sock: could not bind to address 0.0.0.0:80 no listening sockets available, shutting down Unable to open logs Action 'graceful' failed. The Apache error log may have more information.

Et maintenant… a part un killall, rien à faire! :017

On dirait qu’il n’attend pas que le processus précédent ait libéré la douille (socket, prise, machin, …) et du coup il n’arrive pas à redémarrer parce qu’il n’arrive pas à ouvrir cette douille (socket, prise, machin, …). Il y a des choses dans le error.log de apache?

Re,

Toujours le même message laconique…

[quote][Mon Jul 23 17:03:51 2012] [notice] Graceful restart requested, doing restart
[Mon Jul 23 17:03:51 2012] [notice] seg fault or similar nasty error detected in the parent process[/quote]

Problème de douille (hi hi…) ou de pid peut-être ?

Met le logleve d’apache2 à debug et refais la manoeuvre…

(fichier /etc/apache2/apache2.conf , LogLevel normalement à warn)

Ok, je n’avais pas pensé à ça évidemment…
Il y a plus d’infos:

[Tue Jul 24 05:39:45 2012] [notice] Graceful restart requested, doing restart [Tue Jul 24 05:39:45 2012] [info] [client ::1] Connection to child 1 established (server nsxxxxx.domaine.tld:18443) [Tue Jul 24 05:39:45 2012] [info] [client ::1] Connection to child 2 established (server nsxxxxx.domaine.tld:18443) [Tue Jul 24 05:39:45 2012] [info] Seeding PRNG with 656 bytes of entropy [Tue Jul 24 05:39:45 2012] [debug] ssl_engine_kernel.c(1866): OpenSSL: Handshake: start [Tue Jul 24 05:39:45 2012] [debug] ssl_engine_kernel.c(1874): OpenSSL: Loop: before/accept initialization [Tue Jul 24 05:39:45 2012] [debug] ssl_engine_io.c(1882): OpenSSL: read 11/11 bytes from BIO#7fdf1fe7a990 [mem: 7fdf1fe88120] (BIO dump follows) [Tue Jul 24 05:39:45 2012] [debug] ssl_engine_io.c(1815): +-------------------------------------------------------------------------+ [Tue Jul 24 05:39:45 2012] [info] Seeding PRNG with 656 bytes of entropy [Tue Jul 24 05:39:45 2012] [debug] ssl_engine_io.c(1854): | 0000: 4f 50 54 49 4f 4e 53 20-2a 20 48 OPTIONS * H | [Tue Jul 24 05:39:45 2012] [debug] ssl_engine_io.c(1860): +-------------------------------------------------------------------------+ [Tue Jul 24 05:39:45 2012] [debug] ssl_engine_kernel.c(1903): OpenSSL: Exit: error in SSLv2/v3 read client hello A [Tue Jul 24 05:39:45 2012] [info] [client ::1] SSL library error 1 in handshake (server nsxxxxx.domaine.tld:18443) [Tue Jul 24 05:39:45 2012] [info] SSL Library Error: 336027900 error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol speaking not SSL to HTTPS port!? [Tue Jul 24 05:39:45 2012] [info] [client ::1] Connection closed to child 1 with abortive shutdown (server nsxxxxx.domaine.tld:18443) [Tue Jul 24 05:39:45 2012] [debug] ssl_engine_kernel.c(1866): OpenSSL: Handshake: start [Tue Jul 24 05:39:45 2012] [debug] ssl_engine_kernel.c(1874): OpenSSL: Loop: before/accept initialization [Tue Jul 24 05:39:45 2012] [debug] ssl_engine_io.c(1882): OpenSSL: read 11/11 bytes from BIO#7fdf1fe80a50 [mem: 7fdf1fe88120] (BIO dump follows) [Tue Jul 24 05:39:45 2012] [debug] ssl_engine_io.c(1815): +-------------------------------------------------------------------------+ [Tue Jul 24 05:39:45 2012] [debug] ssl_engine_io.c(1854): | 0000: 4f 50 54 49 4f 4e 53 20-2a 20 48 OPTIONS * H | [Tue Jul 24 05:39:45 2012] [debug] ssl_engine_io.c(1860): +-------------------------------------------------------------------------+ [Tue Jul 24 05:39:45 2012] [debug] ssl_engine_kernel.c(1903): OpenSSL: Exit: error in SSLv2/v3 read client hello A [Tue Jul 24 05:39:45 2012] [info] [client ::1] SSL library error 1 in handshake (server nsxxxxx.domaine.tld:18443) [Tue Jul 24 05:39:45 2012] [info] SSL Library Error: 336027900 error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol speaking not SSL to HTTPS port!? [Tue Jul 24 05:39:45 2012] [info] [client ::1] Connection closed to child 2 with abortive shutdown (server nsxxxxx.domaine.tld:18443) [Tue Jul 24 05:39:46 2012] [notice] seg fault or similar nasty error detected in the parent process

Il faut que je comprenne ces logs maintenant; Il y a bien une erreur SSL lors de la poignée de main.
Le fait que j’ai activé un port exotique serait la source de mes ennuis ? (unknown protocol speaking not SSL to HTTPS port!?)

Regarde ça:

https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/795315
En clair modifies l’ordre des ports dans l’instruction Listen, tu mets Listen 80 en dernier.

Salut,
Oui je suis déjà tombé dessus et je l’ai fait: ça ne change rien.
J’utilise un port supplémentaire (18443) sur lequel tourne deux services, j’ai l’impression que c’est ce port qui met le bazar…
Ce port n’est pas déclaré dans ports.conf, seulement dans les vhosts.

J’ai un problème à ce niveau, il faut que je fasse des essais.
Merci d’avoir regardé. :smiley:

Il semble que c’est un souci avec les connexions internes avec apache2, il faut que le dernier port déclaré soit un port non SSL. dans ton virtualhost avec le port bizaroide, je suppose qu’il commence par

met

Listen 18443 Listen 80

Salut,
Toujours emmerdé…

root@nsxxxxxx:/etc/apache2# netstat -ntlp | grep apache2 tcp6 0 0 :::443 :::* LISTEN 21938/apache2 tcp6 0 0 :::18443 :::* LISTEN 21938/apache2 tcp6 0 0 :::80 :::* LISTEN 21938/apache2 tcp6 0 0 :::8081 :::* LISTEN 21938/apache2 root@nsxxxxxx:/etc/apache2# apache2ctl graceful && service apache2 status Apache2 is running (pid 21938). root@nsxxxxxx:/etc/apache2# apache2ctl graceful && service apache2 status Apache2 is running (pid 21938). root@nsxxxxxx:/etc/apache2# apache2ctl graceful && service apache2 status httpd not running, trying to start (98)Address already in use: make_sock: could not bind to address [::]:443 (98)Address already in use: make_sock: could not bind to address 0.0.0.0:443 no listening sockets available, shutting down Unable to open logs Action 'graceful' failed. The Apache error log may have more information. root@nsv:/etc/apache2# killall apache2 root@nsxxxxxx:/etc/apache2# service apache2 start Starting web server: apache2.

J’ai bien mis le port 80 en dernier:

[quote]
Listen 443

Listen 443

Listen *:18443

Listen *:80
NameVirtualHost *:80[/quote]

[quote][Tue Jul 24 10:22:44 2012] [notice] Graceful restart requested, doing restart
[Tue Jul 24 10:22:44 2012] [info] mod_fcgid: process /var/www/php-fcgi-scripts/web3/.php-fcgi-starter(22151) exit(shutting down), terminated by calling exit(), return code: 0
[Tue Jul 24 10:22:44 2012] [info] mod_fcgid: process /var/www/php-fcgi-scripts/web44/.php-fcgi-starter(22169) exit(shutting down), terminated by calling exit(), return code: 0
[Tue Jul 24 10:22:44 2012] [info] mod_fcgid: process /var/www/php-fcgi-scripts/web3/.php-fcgi-starter(22368) exit(shutting down), terminated by calling exit(), return code: 0
[Tue Jul 24 10:22:44 2012] [info] mod_fcgid: process /var/www/php-fcgi-scripts/web29/.php-fcgi-starter(22388) exit(shutting down), terminated by calling exit(), return code: 0
[Tue Jul 24 10:22:44 2012] [info] mod_fcgid: process /var/www/php-fcgi-scripts/web32/.php-fcgi-starter(22508) exit(shutting down), terminated by calling exit(), return code: 0
[Tue Jul 24 10:22:44 2012] [info] mod_fcgid: process /var/www/php-fcgi-scripts/web30/.php-fcgi-starter(22513) exit(shutting down), terminated by calling exit(), return code: 0
[Tue Jul 24 10:22:44 2012] [info] mod_fcgid: Process manager 22133 stopped
[Tue Jul 24 10:22:44 2012] [notice] Digest: generating secret for digest authentication …
[Tue Jul 24 10:22:44 2012] [notice] Digest: done
[Tue Jul 24 10:22:44 2012] [info] mod_unique_id: using ip addr xxx.xx.249.109
[Tue Jul 24 10:22:45 2012] [info] Init: Seeding PRNG with 656 bytes of entropy
[Tue Jul 24 10:22:45 2012] [info] Loading certificate & private key of SSL-aware server
[Tue Jul 24 10:22:45 2012] [debug] ssl_engine_pphrase.c(470): unencrypted RSA private key - pass phrase not required
[Tue Jul 24 10:22:45 2012] [info] Init: Generating temporary RSA private keys (512/1024 bits)
[Tue Jul 24 10:22:45 2012] [info] Init: Generating temporary DH parameters (512/1024 bits)
[Tue Jul 24 10:22:45 2012] [debug] ssl_scache_shmcb.c(253): shmcb_init allocated 512000 bytes of shared memory
[Tue Jul 24 10:22:45 2012] [debug] ssl_scache_shmcb.c(272): for 511920 bytes (512000 including header), recommending 32 subcaches, 133 indexes each
[Tue Jul 24 10:22:45 2012] [debug] ssl_scache_shmcb.c(306): shmcb_init_memory choices follow
[Tue Jul 24 10:22:45 2012] [debug] ssl_scache_shmcb.c(308): subcache_num = 32
[Tue Jul 24 10:22:45 2012] [debug] ssl_scache_shmcb.c(310): subcache_size = 15992
[Tue Jul 24 10:22:45 2012] [debug] ssl_scache_shmcb.c(312): subcache_data_offset = 3208
[Tue Jul 24 10:22:45 2012] [debug] ssl_scache_shmcb.c(314): subcache_data_size = 12784
[Tue Jul 24 10:22:45 2012] [debug] ssl_scache_shmcb.c(316): index_num = 133
[Tue Jul 24 10:22:45 2012] [info] Shared memory session cache initialised
[Tue Jul 24 10:22:45 2012] [info] Init: Initializing (virtual) servers for SSL
[Tue Jul 24 10:22:45 2012] [info] Configuring server for SSL protocol
[Tue Jul 24 10:22:45 2012] [debug] ssl_engine_init.c(465): Creating new SSL context (protocols: SSLv3, TLSv1)
[Tue Jul 24 10:22:45 2012] [debug] ssl_engine_init.c(661): Configuring permitted SSL ciphers [HIGH:MEDIUM:!ADH]
[Tue Jul 24 10:22:45 2012] [debug] ssl_engine_init.c(420): Configuring TLS extension handling
[Tue Jul 24 10:22:45 2012] [debug] ssl_engine_init.c(792): Configuring RSA server certificate
[Tue Jul 24 10:22:45 2012] [warn] RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
[Tue Jul 24 10:22:45 2012] [debug] ssl_engine_init.c(831): Configuring RSA server private key
[Tue Jul 24 10:22:45 2012] [debug] ssl_engine_init.c(1123): Init: SSL server IP/port overlap: domaine2.tld:443 (/etc/apache2/sites-enabled/100-domaine2.tld.vhost:145) vs. nsxxxxx.domaine.tld:443 (/etc/apache2/sites-enabled/default-ssl:2)
[Tue Jul 24 10:22:45 2012] [debug] ssl_engine_init.c(1123): Init: SSL server IP/port overlap: webmail.domaine.tld:443 (/etc/apache2/sites-enabled/100-webmail.domaine.tld.vhost:412) vs. domaine2.tld:443 (/etc/apache2/sites-enabled/100-domaine2.tld.vhost:424)
[Tue Jul 24 10:22:45 2012] [debug] ssl_engine_init.c(1123): Init: SSL server IP/port overlap: webmail.domaine.tld:443 (/etc/apache2/sites-enabled/100-webmail.domaine.tld.vhost:141) vs. nsxxxxx.domaine.tld:443 (/etc/apache2/sites-enabled/default-ssl:2)
[Tue Jul 24 10:22:45 2012] [debug] ssl_engine_init.c(1123): Init: SSL server IP/port overlap: todo.domaine.tld:443 (/etc/apache2/sites-enabled/100-todo.domaine.tld.vhost:412) vs. domaine2.tld:443 (/etc/apache2/sites-enabled/100-domaine2.tld.vhost:424)
[Tue Jul 24 10:22:45 2012] [debug] ssl_engine_init.c(1123): Init: SSL server IP/port overlap: todo.domaine.tld:443 (/etc/apache2/sites-enabled/100-todo.domaine.tld.vhost:141) vs. nsxxxxx.domaine.tld:443 (/etc/apache2/sites-enabled/default-ssl:2)
[Tue Jul 24 10:22:45 2012] [debug] ssl_engine_init.c(1123): Init: SSL server IP/port overlap: domaine5.tld:443 (/etc/apache2/sites-enabled/100-domaine5.tld.vhost:418) vs. domaine2.tld:443 (/etc/apache2/sites-enabled/100-domaine2.tld.vhost:424)
[Tue Jul 24 10:22:45 2012] [debug] ssl_engine_init.c(1123): Init: SSL server IP/port overlap: domaine5.tld:443 (/etc/apache2/sites-enabled/100-domaine5.tld.vhost:143) vs. nsxxxxx.domaine.tld:443 (/etc/apache2/sites-enabled/default-ssl:2)
[Tue Jul 24 10:22:45 2012] [debug] ssl_engine_init.c(1123): Init: SSL server IP/port overlap: squirrel.domaine.tld:443 (/etc/apache2/sites-enabled/100-squirrel.domaine.tld.vhost:412) vs. domaine2.tld:443 (/etc/apache2/sites-enabled/100-domaine2.tld.vhost:424)
[Tue Jul 24 10:22:45 2012] [debug] ssl_engine_init.c(1123): Init: SSL server IP/port overlap: squirrel.domaine.tld:443 (/etc/apache2/sites-enabled/100-squirrel.domaine.tld.vhost:141) vs. nsxxxxx.domaine.tld:443 (/etc/apache2/sites-enabled/default-ssl:2)
[Tue Jul 24 10:22:45 2012] [debug] ssl_engine_init.c(1123): Init: SSL server IP/port overlap: ranto.domaine.tld:443 (/etc/apache2/sites-enabled/100-ranto.domaine.tld.vhost:412) vs. domaine2.tld:443 (/etc/apache2/sites-enabled/100-domaine2.tld.vhost:424)
[Tue Jul 24 10:22:45 2012] [debug] ssl_engine_init.c(1123): Init: SSL server IP/port overlap: ranto.domaine.tld:443 (/etc/apache2/sites-enabled/100-ranto.domaine.tld.vhost:141) vs. nsxxxxx.domaine.tld:443 (/etc/apache2/sites-enabled/default-ssl:2)
[Tue Jul 24 10:22:45 2012] [debug] ssl_engine_init.c(1123): Init: SSL server IP/port overlap: domaine4.tld:443 (/etc/apache2/sites-enabled/100-domaine4.tld.vhost:418) vs. domaine2.tld:443 (/etc/apache2/sites-enabled/100-domaine2.tld.vhost:424)
[Tue Jul 24 10:22:45 2012] [debug] ssl_engine_init.c(1123): Init: SSL server IP/port overlap: domaine4.tld:443 (/etc/apache2/sites-enabled/100-domaine4.tld.vhost:143) vs. nsxxxxx.domaine.tld:443 (/etc/apache2/sites-enabled/default-ssl:2)
[Tue Jul 24 10:22:45 2012] [debug] ssl_engine_init.c(1123): Init: SSL server IP/port overlap: domaine3.tld:443 (/etc/apache2/sites-enabled/100-domaine3.tld.vhost:418) vs. domaine2.tld:443 (/etc/apache2/sites-enabled/100-domaine2.tld.vhost:424)
[Tue Jul 24 10:22:45 2012] [debug] ssl_engine_init.c(1123): Init: SSL server IP/port overlap: domaine3.tld:443 (/etc/apache2/sites-enabled/100-domaine3.tld.vhost:143) vs. nsxxxxx.domaine.tld:443 (/etc/apache2/sites-enabled/default-ssl:2)
[Tue Jul 24 10:22:45 2012] [debug] ssl_engine_init.c(1123): Init: SSL server IP/port overlap: abc.domaine.tld:443 (/etc/apache2/sites-enabled/100-abc.domaine.tld.vhost:412) vs. domaine2.tld:443 (/etc/apache2/sites-enabled/100-domaine2.tld.vhost:424)
[Tue Jul 24 10:22:45 2012] [debug] ssl_engine_init.c(1123): Init: SSL server IP/port overlap: abc.domaine.tld:443 (/etc/apache2/sites-enabled/100-abc.domaine.tld.vhost:141) vs. nsxxxxx.domaine.tld:443 (/etc/apache2/sites-enabled/default-ssl:2)
[Tue Jul 24 10:22:45 2012] [warn] Init: Name-based SSL virtual hosts only work for clients with TLS server name indication support (RFC 4366)
[Tue Jul 24 10:22:45 2012] [info] mod_ssl/2.2.16 compiled against Server: Apache/2.2.16, Library: OpenSSL/0.9.8o
[Tue Jul 24 10:22:45 2012] [debug] mod_security2.c(431): SecServerSignature: Changed server signature to “Apache/2.2.0 (Fedora)”.
[Tue Jul 24 10:22:45 2012] [info] mod_fcgid: Process manager 22590 started
[Tue Jul 24 10:22:45 2012] [notice] Apache/2.2.16 (Debian) DAV/2 mod_ssl/2.2.16 OpenSSL/0.9.8o Apache/2.2.0 (Fedora) mod_fcgid/2.3.6 Phusion_Passenger/2.2.11 proxy_html/3.0.1 mod_ruby/1.2.6 Ruby/1.8.7(2010-08-16) configured – resuming normal operations
[Tue Jul 24 10:22:45 2012] [info] Server built: Apr 1 2012 07:14:38
[Tue Jul 24 10:22:45 2012] [debug] prefork.c(1013): AcceptMutex: sysvsem (default: sysvsem)
[Tue Jul 24 10:22:45 2012] [warn] long lost child came home! (pid 22132)
[Tue Jul 24 10:22:58 2012] [notice] Graceful restart requested, doing restart
[Tue Jul 24 10:22:58 2012] [notice] seg fault or similar nasty error detected in the parent process[/quote]

Je vois dans les logs un problème récurent avec plusieurs domaine sur le port 43

Le problème doit venir de là… Il faut que je me plonge dans mes vhosts… :017

Essaye plutôt

Listen 18443 Listen 80 sans les *: devant.

Sinon tu ne dois avoir qu’un seul domaine en écoute sur un port ssl. Les virtual hosts ne peuvent se faire que sur les ports dans un tel cas je crois bien (ça a peut être changé…)