Page 1 of 1

Probleme mit Apache: "Invalid command"

Posted: 2004-01-16 13:12
by fab
Ich hatte via 'apt-get install apache' apache installiert, die Config file geaendert und eine bessere Anleitung gefunden, dann apt-get remove apache gemacht.

Wenn ich jetzt apt-get install apache mache, kommt:
Rotated `/etc/apache/httpd.conf' at Fri Jan 16 13:10:57 CET 2004.
Rotated `/etc/apache/srm.conf' at Fri Jan 16 13:10:57 CET 2004.
Restart Apache now? [Y/n] y
Syntax error on line 211 of /etc/apache/httpd.conf:
Invalid command 'ExtendedStatus', perhaps mis-spelled or defined by a module not included in the server configuration
/usr/sbin/apachectl start: httpd could not be started

Configuration failed! Run "apacheconfig" to try this again later.

Reloading apache modulesNo process in pidfile `/var/run/apache.pid' found running; none killed.
Syntax error on line 211 of /etc/apache/httpd.conf:
Invalid command 'ExtendedStatus', perhaps mis-spelled or defined by a module not included in the server configuration
failed
ExtendedStatus On - steht drin.

Was kann ich tun? :(

Re: Probleme mit Apache: "Invalid command"

Posted: 2004-01-16 13:18
by captaincrunch
Vermutlich hast du das "mod_status"-Modul auskommentiert.

Re: Probleme mit Apache: "Invalid command"

Posted: 2004-01-16 13:35
by fab
So einen eintrag gabs garnicht bei mir...

Habe jetzt

LoadModule status_module /usr/lib/apache/1.3/mod_status.so
LoadModule info_module /usr/lib/apache/1.3/mod_info.so

rein gefuegt, apacheconfig ausgefuehrt, aber immernoch derselbe fehler:

/usr/sbin/apachectl restart: httpd not running, trying to start
Syntax error on line 213 of /etc/apache/httpd.conf:
Invalid command 'ExtendedStatus', perhaps mis-spelled or defined by a module not included in the server configuration
/usr/sbin/apachectl restart: httpd could not be started

Re: Probleme mit Apache: "Invalid command"

Posted: 2004-01-16 14:19
by fab
Das kann doch nicht sein. Hab den apache jetzt schon zig mal entfernt, dass kann einfach nicht sein. Bis Montag muss das Ding laufen ;(

Re: Probleme mit Apache: "Invalid command"

Posted: 2004-01-16 14:53
by fab
Ok, komischerweise gehts jetzt nach dem 10(?) mal 'apt-get install apache' - zumindest bis zum starten:
Rotated `/etc/apache/httpd.conf' at Fri Jan 16 14:51:27 CET 2004.
Rotated `/etc/apache/srm.conf' at Fri Jan 16 14:51:27 CET 2004.
Restart Apache now? [Y/n] Y

/usr/sbin/apachectl start: httpd could not be started
Keine weiteren Fehler, ich verzweifel noch :(

Re: Probleme mit Apache: "Invalid command"

Posted: 2004-01-16 15:11
by captaincrunch
apt-get remove --purge apache && apt-get install apache

Natürlich bringt dir die Deinstallation nichts, wenn du die Konfiugurationsdateien beim alten lässt.

Re: Probleme mit Apache: "Invalid command"

Posted: 2004-01-16 15:18
by fab
Das hat das dselect wohl gemacht.. Habs inzwischen gefixt, hatte zwar noch ein paar andere Fehler, aber es geht =)

Danke vielmals!