Product:
Search Type:

I have limited bandwidth and number of simultaneous connections for my domain, however the changes do not take effect. Why?

Article ID: 5469 
Last Review: Jul,15 2008
APPLIES TO:
  • Plesk 8.3.x for Linux/Unix
  • Plesk 8.4.x for Linux/Unix

SYMPTOMS

I configured Performance options for my domain at Domains -> yourdomain.com -> Performance, however the connection speed is still high enough and number of simultaneous connections can be exceeded.

CAUSE

Apache module bw_module that is responsible for assigning a maximum (or fixed) bandwidth available to a vhost is missing.

RESOLUTION

Verify that package mod_bw is installed and the module is loaded in apache configuration file.

For Linux:

/etc/httpd/conf.d/bw.conf
..............
LoadModule bw_module /usr/lib/httpd/modules/mod_bw.so
..............

For FreeBSD:

/usr/local/etc/apache2/httpd.conf
..............
LoadModule bw_module          libexec/apache2/mod_bw.so
..............

Package mod_bw is included into Plesk dirtributive, it can be installed using Plesk Control Panel or command line Plesk Autoinstaller, the component is Bandwidth Limiter For Apache support (mod_bw).

Also it is located in directory /opt/bw/ of Plesk tarball that is  available at http://www.parallels.com/en/download/

If the package is installed but bandwidth limiter still does not function, verify that the module is enabled in apache.
Keywords: performance bandwidth limiter apache

Please provide feedback on this article

Did this article help you solve your issue?
Yes
No
Partially
I do not know yet
 
Strongly Agree   Strongly Disagree
  9 8 7 6 5 4 3 2 1
The article is easy to understand
The article is accurate
Additional Comments:
*Please provide us with your email address in case we need to contact you.
*Please type the code you can see.
* - required fields