Problems starting Apache

When starting Apache, received this error:

Invalid command 'ExtendedStatus', perhaps misspelled or defined by a module not included in the server configuration

Reason in the httpd conf file, LoadModule status_module modules/mod_status.so was commented out.

uncommenting and restarting the service now allow apache to start.

hint  – to confirm the configuration file, use httpd -t