• We value your experience with Plesk during 2024
    Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024.
    Please take this short survey:

    https://pt-research.typeform.com/to/AmZvSXkx
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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