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
Have you tried with a large file? It is possible that you don't get exactly 20kbps; it's an approx. value.
I know i won't get exactly 20Kb/s, but even when i set CBandRemoteSpeed to 60Kb/s, there's no improvement...
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?