• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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