• 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.

mod_bw won't work

Yuriy

New Pleskian
hi, i installed mod_bw on plesk, added the following commands to vhost.conf and vhost_ssl.conf
<IfModule mod_bw.c>
BandWidthModule On
ForceBandWidthModule On
BandWidth all 4000000000
MinBandwidth all -1
MaxConnection all 1
</IfModule>

but it doesn't work
this is the position of files: /var/www/vhosts/system/dl.domain.org/conf/vhost.conf and /var/www/vhosts/system/dl.domain.org/conf/vhost_ssl.conf

also, if i read the file /var/www/vhosts/system/dl.domain.org/conf/httpd.conf
i get 2 <VirtualHost>, the first have the commands from vhost.cont, the second not.

the first lines
<VirtualHost XXX.XXX.XXX:7081 >
ServerName "dl.domain.org:443"
[here there are other standard commands.....]
BandWidthModule On
ForceBandWidthModule On
BandWidth all 4000000000
MinBandwidth all -1
MaxConnection all 1
</VirtualHost>

the second
<VirtualHost XXX.XXX.XXX:7080 >
ServerName "dl.domain.org:80"
[here there are other standard commands.....]
</VirtualHost>

i did something wrong? how can i resolve this problem?
 
Back
Top