Page 1 of 1

Apache help limit the apache upload / download speed use.

PostPosted: 28. September 2006 18:31
by special
Hello people, am looking for a script or program to limit the use of internet speed used by apache. Am running a gameserver mmorpg. And the site is heavy used.

I need to limit the upload speed used by apache coud some 1 advise or tell me how I can do this? maybe it apache itself?

thanxs in advance.

PostPosted: 28. September 2006 18:40
by Wiedmann
You can use mod_bw, which is included in the XAMPP pakage.

PostPosted: 28. September 2006 23:50
by Izzy
Just to elaborate on the always over helpful and the resident Forum riddler's post above.

In httpd.conf un-comment this:
#LoadModule bw_module modules/mod_bw.so

to this:
LoadModule bw_module modules/mod_bw.so

Info here:
http://bwmod.sourceforge.net/index.html

For configuration info read this:
http://bwmod.sourceforge.net/files/mod_bw-0.7.txt

Restart Apache after editing and always backup .conf files before editing.

PostPosted: 29. September 2006 07:55
by special
There no more eassy way? sorry I ask but am not that good with apache.