• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.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