After cPanel version get upgraded to higher version, some time it create problems with starting Apache service on new installation.
Quote:
|
Invalid command 'BytesLog', perhaps mis-spelled or defined by a module not included in the server configuration /usr/local/apache/bin/apachectl start: httpd could not be started
|
To fix this mod_log_bytes.c needs to be re-compiled the Apache.
Quote:
cd /usr/local/cpanel/apache
/usr/local/apache/bin/apxs -iac mod_log_bytes.c
|