View previous topic :: View next topic |
Author |
Message |
stream Guru
Joined: 04 Jan 2003 Posts: 401
|
Posted: Thu Oct 30, 2003 8:03 pm Post subject: Apache2: start-stop-daemon:No such file or directory |
|
|
Hallo,
seit dem Update von Apache 2.0.47 auf Apache 2.0.48 lässt sich Apache 2 nicht mehr über "/etc/init.d/apache2" start starten.
Wenn ich in die Console "apache2" eingeben startet Apache 2 ohne Probleme (Webserver ist dann auch erreichbar)
Downgrade auf Apache 2.0.47 löst das Problem nicht.
In den Logs /var/log/apache2 findet sich nichts zu dem Problem.
edit:
hier noch die Ausgabe von:
ls -l /sbin/start-stop-daemon
-rwxr-xr-x 1 root root 18996 Sep 17 15:24 /sbin/start-stop-daemon |
|
Back to top |
|
|
el*Loco Tux's lil' helper
Joined: 29 Jan 2003 Posts: 91 Location: Cologne, Germany
|
Posted: Thu Oct 30, 2003 9:00 pm Post subject: |
|
|
Editiere /etc/init.d/apache2:
Vorher: Code: |
env -i start-stop-daemon --quiet --start --startas /usr/sbin/apache2 |
Nachher: Code: |
env -i /sbin/start-stop-daemon --quiet --start --startas /usr/sbin/apache2 |
_________________ WARNING: Do not let Dr. Mario touch your genitals. He is not a real doctor! |
|
Back to top |
|
|
stream Guru
Joined: 04 Jan 2003 Posts: 401
|
Posted: Thu Oct 30, 2003 9:03 pm Post subject: |
|
|
Perfekt
Problem ist gelöst!
Vielen Dank |
|
Back to top |
|
|
|