amineprogram

Registered
Apr 11, 2012
3
0
51
cPanel Access Level
Website Owner
please can you help me ? i have this error when updating to Apache 2.4.6 :
chmod 755 /usr/local/apache/modules/mod_bwlimited.so
apxs:Error: Activation failed for custom /usr/local/apache/conf/httpd.conf file..
apxs:Error: At least one `LoadModule' directive already has to exist..
!! '/usr/local/apache/bin/apxs -i -a -c ../mod_bwlimited.c' failed with exit code '256' !!
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,258
463
Hello :)

I have seen this happen on systems when a third-party Nginx plugin is installed. Do you have Nginx installed on this server? If so, please disable it and ensure there are no related entries for it in the following file:

Code:
/scripts/after_apache_make_install
EasyApache should then complete successfully.

Note: You may need to contact the support for your third-party Nginx plugin to report this problem if you prefer to keep Nginx installed.

Thank you.