• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Bandwidth Module Problem

C

cberry

Guest
I just installed updated to 8.3 on a new server and have installed the mod_bw for bandwidth limiting. Apache will no longer start and I get the following:

httpd: Syntax error on line 209 of /etc/httpd/conf/httpd.conf: Syntax error on line 1 of /etc/httpd/conf.d/bw.conf: Cannot load /usr/lib64/httpd/modules/mod_bw.so into server: /usr/lib64/httpd/modules/mod_bw.so: undefined symbol: apr_atomic_cas

I could only find one similar thread that said to install the boost update from yum. I have done so with no luck. I am running Fedora Core 6 64-bit. Any help would be greatly appreciated.
 
I commented out (using #):

#LoadModule bw_module /usr/lib64/httpd/modules/mod_bw.so

in

nano /etc/httpd/conf.d/bw.conf

HTTPD should now work. It did for me, but the bandwidth module will not work. :(
 
I commented out (using #):

#LoadModule bw_module /usr/lib64/httpd/modules/mod_bw.so

in

nano /etc/httpd/conf.d/bw.conf

HTTPD should now work. It did for me, but the bandwidth module will not work. :(

is there another solution for this problem? (update? configuration?)
 
Back
Top