• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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