apache2 lässt sich nicht starten

Cyberchriss

Registered User
Folgendes Problem:
Habe auf einem s4u vserver von suse auf debian 3.1 umgestellt.
Danach ein apt-get remove confixx-premium und ein apt-get update mit apt-get upgrade.

Im Anschluss habe ich meine vhost.conf als default in /etc/apache2/sites-available kopiert.
Nach einem /etc/init.d/apache2 restart passiert nicht wirklich viel:
vsxxxxxx:/etc/apache2# /etc/init.d/apache2 restart
Restarting web server: Apache2

Auch in den Logfiles konnte ich keinerlei Hinweise finden.
Hat jemand eine Idee woran das liegen könnte?
 
Bei Debian wirst auch auch nie ein "done" sehen wenn dort steht:
Restarting web server: Apache2
Und dannach nix mehr sollte der Apache eigentlich laufen.
 
Auch wenn kein "done" erscheint, sollte doch zumindestens die shell wieder auf Eingaben reagieren oder? :)
Bei mir bleibt er def. hängen und nur ein Ctrl+c beendet den Startprozess.

Werde mal eben versuchen ihn fix neu zu installen
 
Last edited by a moderator:
hmmm - ich kann den Fehler nicht finden ...
Habe eben einen Neuinstall gemacht und danach folgende Schritte ausgeführt:
1. apt-get remove confixx-premium
2. apt-get update
3. apt-get upgrade (ohne apache zu restarten!)
4. apt-get dist-upgrade
hier bleibt apt-get deann beim Vorgang "Stopping web server: Apache2 " hängen.

Wäre schön, wenn jemand von s4u dieses Problem reproduzieren könnte - ich hatte mit apt-get bisher noch auf keinem anderen System solche Probleme :(

ps ax
5315 ? Ss 0:00 /usr/sbin/apache2 -k start -DSSL
32005 ? S 0:00 /usr/sbin/apache2 -k start -DSSL
31035 ? S 0:00 /usr/sbin/apache2 -k start -DSSL
15973 pts/0 S+ 0:00 apt-get dist-upgrade
10016 pts/0 S+ 0:00 /bin/sh -e /etc/init.d/apache2 stop
10051 pts/0 S+ 0:00 /bin/sh -e /etc/init.d/apache2 stop
10085 pts/0 S+ 0:00 apache2 -t
 
error.log

[Fri Feb 25 13:10:33 2005] [notice] Apache/2.0.52 (Debian GNU/Linux) mod_jk2/2.0.4 configured -- resuming normal operations
[Thu Mar 10 18:58:14 2005] [notice] Apache/2.0.52 (Debian GNU/Linux) mod_perl/1.99_14 Perl/v5.8.4 DAV/2 SVN/1.0.5 mod_jk2/2.0.4 PHP/4.3.4 mod_ssl/2.0.52 OpenSSL/0.9.7d configured -- resuming normal operations
[Thu Mar 10 18:59:25 2005] [notice] caught SIGTERM, shutting down
[Thu Mar 10 18:59:35 2005] [notice] suEXEC mechanism enabled (wrapper: /usr/lib/apache2/suexec2)
[Thu Mar 10 18:59:36 2005] [notice] Apache/2.0.52 (Debian GNU/Linux) mod_perl/1.99_14 Perl/v5.8.4 DAV/2 SVN/1.0.5 mod_jk2/2.0.4 PHP/4.3.4 mod_ssl/2.0.52 OpenSSL/0.9.7d configured -- resuming normal operations
[Thu Mar 10 18:59:40 2005] [notice] SIGHUP received. Attempting to restart
[Thu Mar 10 18:59:40 2005] [warn] NameVirtualHost 62.75.151.97:80 has no VirtualHosts
[Thu Mar 10 18:59:41 2005] [notice] Apache/2.0.52 (Debian GNU/Linux) mod_perl/1.99_14 Perl/v5.8.4 DAV/2 SVN/1.0.5 mod_jk2/2.0.4 PHP/4.3.4 mod_ssl/2.0.52 OpenSSL/0.9.7d configured -- resuming normal operations
[Thu Mar 10 19:02:05 2005] [notice] SIGHUP received. Attempting to restart
[Thu Mar 10 19:02:10 2005] [warn] NameVirtualHost 62.75.151.97:80 has no VirtualHosts
[Thu Mar 10 19:02:12 2005] [notice] Apache/2.0.52 (Debian GNU/Linux) mod_perl/1.99_14 Perl/v5.8.4 DAV/2 SVN/1.0.5 mod_jk2/2.0.4 PHP/4.3.4 mod_ssl/2.0.52 OpenSSL/0.9.7d configured -- resuming normal operations
[Thu Mar 10 19:28:53 2005] [notice] caught SIGTERM, shutting down
[Thu Mar 10 19:28:55 2005] [notice] Apache/2.0.52 (Debian GNU/Linux) mod_perl/1.99_14 Perl/v5.8.4 DAV/2 SVN/1.0.5 mod_jk2/2.0.4 PHP/4.3.4 mod_ssl/2.0.52 OpenSSL/0.9.7d configured -- resuming normal operations
[Thu Mar 10 19:29:06 2005] [notice] SIGHUP received. Attempting to restart
[Thu Mar 10 19:29:08 2005] [notice] Apache/2.0.52 (Debian GNU/Linux) mod_perl/1.99_14 Perl/v5.8.4 DAV/2 SVN/1.0.5 mod_jk2/2.0.4 PHP/4.3.4 mod_ssl/2.0.52 OpenSSL/0.9.7d configured -- resuming normal operations
script not found or unable to stat
[Thu Mar 10 19:29:41 2005] [error] [client 84.58.6.54] File does not exist: /var/www/user
[Thu Mar 10 19:29:46 2005] [error] [client 84.58.6.54] File does not exist: /var/www/user
[Thu Mar 10 19:29:54 2005] [error] [client 84.58.6.54] File does not exist: /var/www/favicon.ico
[Thu Mar 10 19:30:05 2005] [error] [client 84.58.6.54] File does not exist: /var/www/favicon.ico
script not found or unable to stat
[Thu Mar 10 19:41:51 2005] [error] [client 203.73.229.81] File does not exist: /var/www/forum
[Thu Mar 10 19:41:52 2005] [error] [client 203.73.229.81] File does not exist: /var/www/phpBB
usw .... (nur noch client errors)

Bei einem Konfigurationsfehler sollte das apache2 initscript doch mit einer fehlermeldung quiten oder?
 
................................................
 
Last edited by a moderator:
Back
Top