2009/09/04

two errors when restart apache

I got two errors when trying to restart apache by command:

/etc/init.d/httpd graceful

1.       Cannot load /etc/httpd/modules/mod_proxy_connect.so into server: /etc/httpd/modules/mod_proxy_connect.so: undefined symbol: ap_proxyerror

Solution: LoadModule proxy_module modules/mod_proxy.so (which was turned off)

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

Solution: LoadModule status_module modules/mod_status.so (which was turned off)

No comments:

Post a Comment