PDA

View Full Version : mod_c-band performances


kameha
15th June 2006, 22:35
Hi !!

I've just installed mod_c-band following the tutorial provided here and I can't set the download speed to whatever speed i want.

I tried many settings and the speed always got down to around 13Kb/s.
Here is my httpd.conf:

CBandScoreFlushPeriod 1
CBandRandomPulse On

<VirtualHost *>
DocumentRoot /pub/web/website1
ServerName mywebsite.fr
<Directory "/pub/web/website1">
Options Indexes FollowSymLinks
AllowOverride None
Order allow,deny
Allow from all
</Directory>
CBandSpeed 60 10 30
CBandRemoteSpeed 20kb/s 3 3
</VirtualHost>

where am i wrong ??

thnx

falko
16th June 2006, 01:57
Have you tried with a large file?
It is possible that you don't get exactly 20kbps; it's an approx. value.

kameha
16th June 2006, 14:35
I know i won't get exactly 20Kb/s, but even when i set CBandRemoteSpeed to 60Kb/s, there's no improvement...

falko
16th June 2006, 17:09
Is it maybe your internet connection that is so slow, or is it caused by a firewall?
Any errors in Apache's error log?
Anything special in mod_cband's status page?