Probleme mit Apache: "Invalid command"

Apache, Lighttpd, nginx, Cherokee
Post Reply
fab
Posts: 17
Joined: 2003-10-04 15:01
Location: :tronhoW
 

Probleme mit Apache: "Invalid command"

Post 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? :(
captaincrunch
Userprojekt
Userprojekt
Posts: 7066
Joined: 2002-10-09 14:30
Location: Dorsten
Contact:
 

Re: Probleme mit Apache: "Invalid command"

Post by captaincrunch »

Vermutlich hast du das "mod_status"-Modul auskommentiert.
DebianHowTo
echo "[q]sa[ln0=aln256%Pln256/snlbx]sb729901041524823122snlbxq"|dc
fab
Posts: 17
Joined: 2003-10-04 15:01
Location: :tronhoW
 

Re: Probleme mit Apache: "Invalid command"

Post 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
fab
Posts: 17
Joined: 2003-10-04 15:01
Location: :tronhoW
 

Re: Probleme mit Apache: "Invalid command"

Post 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 ;(
fab
Posts: 17
Joined: 2003-10-04 15:01
Location: :tronhoW
 

Re: Probleme mit Apache: "Invalid command"

Post 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 :(
captaincrunch
Userprojekt
Userprojekt
Posts: 7066
Joined: 2002-10-09 14:30
Location: Dorsten
Contact:
 

Re: Probleme mit Apache: "Invalid command"

Post 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.
DebianHowTo
echo "[q]sa[ln0=aln256%Pln256/snlbx]sb729901041524823122snlbxq"|dc
fab
Posts: 17
Joined: 2003-10-04 15:01
Location: :tronhoW
 

Re: Probleme mit Apache: "Invalid command"

Post by fab »

Das hat das dselect wohl gemacht.. Habs inzwischen gefixt, hatte zwar noch ein paar andere Fehler, aber es geht =)

Danke vielmals!
Post Reply