Seiten nicht erreichbar, obwohl Apache2 läuft...

Hallo,

Apache2 läuft, aber es ist keine Seite erreichbar.

In der error.log steht nur das:

Code:
[Sun Jan 24 13:36:40 2010] [notice] caught SIGTERM, shutting down
[Sun Jan 24 13:36:41 2010] [warn] Init: Session Cache is not configured [hint: SSLSessionCache]
[Sun Jan 24 13:36:41 2010] [warn] RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
[Sun Jan 24 13:36:41 2010] [warn] RSA server certificate CommonName (CN) `Parallels Confixx' does NOT match server name!?
[Sun Jan 24 13:36:41 2010] [notice] suEXEC mechanism enabled (wrapper: /usr/lib/apache2/suexec)
[Sun Jan 24 13:36:41 2010] [notice] ModSecurity for Apache 2.1.5 configured
[Sun Jan 24 13:36:42 2010] [notice] mod_python: Creating 8 session mutexes based on 150 max processes and 0 max threads.
[Sun Jan 24 13:36:42 2010] [notice] mod_python: using mutex_directory /tmp
[Sun Jan 24 13:36:42 2010] [warn] RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
[Sun Jan 24 13:36:42 2010] [warn] RSA server certificate CommonName (CN) `Parallels Confixx' does NOT match server name!?
[Sun Jan 24 13:36:43 2010] [notice] Apache/2.2.9 (Debian) mod_python/3.3.1 Python/2.5.2 mod_ssl/2.2.9 OpenSSL/0.9.8g configured -- resuming normal operations

Code:
[Sun Jan 24 15:34:36 2010] [notice] Graceful restart requested, doing restart
[Sun Jan 24 15:34:38 2010] [notice] Apache/2.2.9 (Debian) configured -- resuming normal operations
[Sun Jan 24 15:34:38 2010] [warn] long lost child came home! (pid 23875)
[Sun Jan 24 15:34:38 2010] [notice] Graceful restart requested, doing restart
[Sun Jan 24 15:34:39 2010] [notice] Apache/2.2.9 (Debian) configured -- resuming normal operations
[Sun Jan 24 15:34:39 2010] [warn] long lost child came home! (pid 23936)

Nach jedem neustart von Apache2 steht in der error.log immer folgendes drin:
Code:
[Sun Jan 24 15:08:26 2010] [notice] caught SIGTERM, shutting down

Hat jemand eine Idee woran das liegt?

Viele Grüße
NevaKee
 
Code:
[Sun Jan 24 15:34:36 2010] [notice] Graceful restart requested, doing restart
[Sun Jan 24 15:34:38 2010] [notice] Apache/2.2.9 (Debian) configured -- resuming normal operations
[Sun Jan 24 15:34:38 2010] [warn] long lost child came home! (pid 23875)
[Sun Jan 24 15:34:38 2010] [notice] Graceful restart requested, doing restart
[Sun Jan 24 15:34:39 2010] [notice] Apache/2.2.9 (Debian) configured -- resuming normal operations
[Sun Jan 24 15:34:39 2010] [warn][B] long lost child came home![/B] (pid 23936)

dazu schau mal hier:

http://httpd.apache.org/docs/2.0/stopping.html

prüf mal ob dein Apache wirklich läuft:

ps ef|grep httpd

die rsa / Zertifikatsmeldung kannst du scheinbar ignorieren:
http://kb.parallels.com/en/1500
 
Last edited by a moderator:
Nach 4 Stunden hat sich das problem irgendwie selbst gelöst.

Bei "ps ax" hat er zumindestens mehrere Prozesse von Apache2 angezeigt. Spätestens nach einem Root-Server neustart klappte es immer noch nicht.
 
Back
Top