ExtendedStatus On error

Hello,

I am running FreeBSD 5.3-STABLE.

When I tried to uncomment ExtendedStatus On in httpd.conf, then restart Apache, I got the following error.

Syntax error on line 105 of /etc/httpd/conf/httpd.conf:
Invalid command 'ExtendedStatus', perhaps mis-spelled or defined by a module not included in the server configuration

I know that ExtendedStatus On needs mod_status loaded.

I checked the compiled modules, here's the output:

# /usr/local/apache/bin/httpd -l
Compiled-in modules:
http_core.c
mod_env.c
mod_log_config.c
mod_mime.c
mod_negotiation.c
mod_status.c
mod_include.c
mod_autoindex.c
mod_dir.c
mod_cgi.c
mod_asis.c
mod_imap.c
mod_actions.c
mod_userdir.c
mod_alias.c
mod_access.c
mod_auth.c
mod_setenvif.c
mod_limitipconn.c
suexec: disabled; invalid wrapper /usr/local/apache/bin/suexec

As you can see, mod_status is loading correctly. So what causes the problem?

Help needed. Thanks.

 

 

 

 

Top