• We value your experience with Plesk during 2025
    Plesk strives to perform even better in 2026. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2025.
    Please take this short survey:

    https://survey.webpros.com/

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