When I run httpd -t
I get the following syntax error
/usr/local/apache/bin/apxs -iac mod_bwlimited.c
Restarted apache and still have same error. Any ideas or should I just comment out
LoadModule bwlimited_module libexec/mod_bwlimited.so
In httpd.conf?
I get the following syntax error
I already tried repairing using command ....httpd: Syntax error on line 33 of /etc/httpd/conf/httpd.conf: Cannot load /etc/httpd/libexec/mod_bwlimited.so into server: /etc/httpd/libexec/mod_bwlimited.so: undefined symbol: ap_pstrcat
/usr/local/apache/bin/apxs -iac mod_bwlimited.c
Restarted apache and still have same error. Any ideas or should I just comment out
LoadModule bwlimited_module libexec/mod_bwlimited.so
In httpd.conf?