I need to limit everything that goes out from my server to internet, but
keep intranet at full speed.

Will mod_bw do this for me.
I have, so far, put the following in my httpd_conf

#BW_Module
BandWidthDebug On
BandWidthModule On
BandWidth all 25600
LargeFileLimit * 1000 12800

Will this put a limit on Apache to serv maximum 25600 bytes/sec in total for
all vhosts, or is it per connection/vhost.

Now putting this line first
MinBandWidth 192.168.0.0/255.255.255.0 13107200
Will this leave my local net untuched and still limit the rest.



With best regards

Tomas Larsson
Sweden
http://www.naks.mine.nu for downloads etc.
ftp://ktl.mine.nu for uploads. Or use the free www.yousendit.com service.

Verus Amicus Est Tamquam Alter Idem



---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to