Re: mod_bandwidth

2002-08-23 Thread Fredrik Steen
* Christofer Algotsson <[EMAIL PROTECTED]> [020823 12:50]:
> 
> Hi!
> 
> mod_throttle works out for me...

i did some searches but didn't find any info about mod_throttle on apache 2.x.
is there a port of mod_throttle for apache 2.x?

./fs




Re: mod_bandwidth

2002-08-23 Thread Christofer Algotsson

Hi!

mod_throttle works out for me...

Quite simple installation I wanted to bandwidth-limit a certain 
directory... here is how i did it,


LoadModule throttle_module /usr/lib/apache/1.3/mod_throttle.so

and..


  ThrottlePolicy none
  ThrottleMaxDelay 10


SetHandler throttle-status
Order deny,allow
Deny from all
Allow from monitor.host



SetHandler throttle-me
Order deny,allow
Deny from all
Allow from monitor.host



SetHandler throttle-me
Order deny,allow
Deny from all
Allow from monitor.host




.. and then 



ThrottlePolicy speed 500 1



..

The ThrottlePolicy works like this..:

ThrottlePolicy module amount time

So in my case i wanted to limit this directory to 500kbytes per second 
(500kbytes/s ~ 5mbps)

I grabbed a copy of the site (i dont remember the URL) i got the info from..

http://sparklet.com/~royce/throttle/

Hope this helps some,

Yours,
Christofer

> I'm trying to get mod_bandwidth to work with my apache (1.3.26-0woody1)
> 
> I've read the info found here (http://www.cohprog.com/mod_bandwidth.html)
> but I still can't seem to make it work.
> 
> Anybody had any experience with this magical little non working feature? :)




Re: mod_bandwidth

2002-08-22 Thread Jason Lim
Hi,

We use mod_throttle. Works well... haven't had any problems with it.
Provides everything mod_bandwidth does (I think).

You might want to try that.

Jason
http://www.zentek-international.com/


> Hi!
>
> I'm trying to get mod_bandwidth to work with my apache (1.3.26-0woody1)
>
> I've read the info found here
(http://www.cohprog.com/mod_bandwidth.html)
> but I still can't seem to make it work.
>
> Anybody had any experience with this magical little non working feature?
:)
>
> ~ Darryl
> ~ http://www.FlatlineSystems.net/
>
>
>
>
> --
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact
[EMAIL PROTECTED]
>
>