Limiting Bandwidth usage by Apache virtual servers

Limiting Bandwidth usage by Apache virtual servers

Post by haph.. » Wed, 13 Oct 1999 04:00:00



Anyone have an idea what is the best way to
throttle bandwidth usage by Apache virtual
servers running on top of RedHat 6.1?
Or would it be better to handle this with the
router? Thanks.

Sent via Deja.com http://www.deja.com/
Before you buy.

 
 
 

Limiting Bandwidth usage by Apache virtual servers

Post by Nick Marin » Thu, 14 Oct 1999 04:00:00


you can try mod_throttle or mod_bandwidth
if your server isn't terribly busy. if it is busy,
these modules are not effective because they
introduce delays into http requests to limit
bandwidth, and these delays will cause more
and more httpd servers to be spawned,
eventually reaching your MaxServers limit.

> Anyone have an idea what is the best way to
> throttle bandwidth usage by Apache virtual
> servers running on top of RedHat 6.1?
> Or would it be better to handle this with the
> router? Thanks.

> Sent via Deja.com http://www.deja.com/
> Before you buy.


 
 
 

Limiting Bandwidth usage by Apache virtual servers

Post by Jonathan Baker-Bate » Thu, 28 Oct 1999 04:00:00


Really? That's not how I understood mod_bandwidth worked. We're using
it on a "busy" server (maybe 20-30 concurrent requests at any time)
and the httpd spawning isn't much at all.

Why would delays cause more servers to spawn?

JJ


>you can try mod_throttle or mod_bandwidth
>if your server isn't terribly busy. if it is busy,
>these modules are not effective because they
>introduce delays into http requests to limit
>bandwidth, and these delays will cause more
>and more httpd servers to be spawned,
>eventually reaching your MaxServers limit.




Quote:>> Anyone have an idea what is the best way to
>> throttle bandwidth usage by Apache virtual
>> servers running on top of RedHat 6.1?
>> Or would it be better to handle this with the
>> router? Thanks.

>> Sent via Deja.com http://www.deja.com/
>> Before you buy.

 
 
 

Limiting Bandwidth usage by Apache virtual servers

Post by Ri?ardas ?epa » Sun, 31 Oct 1999 04:00:00


On Wed Oct 27 09:48:01 1999 +0100


> Really? That's not how I understood mod_bandwidth worked. We're using
> it on a "busy" server (maybe 20-30 concurrent requests at any time)
> and the httpd spawning isn't much at all.

> Why would delays cause more servers to spawn?

IMHO mod_bandwidth would keep httpd process in memory
for the longer time per hit. So more running processes.
Maybe it would be more obvious with proxy frontend.
And when I last time tested mod_bandwidth it
worked well for lower bandwidth numbers but not for higher.

> JJ


> >you can try mod_throttle or mod_bandwidth
> >if your server isn't terribly busy. if it is busy,
> >these modules are not effective because they
> >introduce delays into http requests to limit
> >bandwidth, and these delays will cause more
> >and more httpd servers to be spawned,
> >eventually reaching your MaxServers limit.



> >> Anyone have an idea what is the best way to
> >> throttle bandwidth usage by Apache virtual
> >> servers running on top of RedHat 6.1?
> >> Or would it be better to handle this with the
> >> router? Thanks.

> >> Sent via Deja.com http://www.deja.com/
> >> Before you buy.

--

                                      Ri?ardas ?epas
~~
~

  application_pgp-signature_part
< 1K Download
 
 
 

1. restricting bandwidth usage for virtual domains in Apache

Is it possible to restrict bandwidth usage for virtual domains in
Apache 1.3.1 or higher?

I'm looking for something comparible to the "Enable bandwidth
throttling" option in MS Internet Information Server 4/5 that allows
you to restrict the "maximum network use" to xxxx kB/s for individual
virtual domains.
I can't find any mention of anything like this at www.apache.org

Thanks for any info,

Josh

2. 2.5.27 raid1 bug...

3. how to limit bandwidth of a virtual server??

4. RedHat 5.1 Installation Issues

5. Limit bandwidth usage of sendmail

6. how to trace Xlib calls?

7. FTP : How to limit bandwidth usage

8. reentrant code?

9. What tools do I need to limit bandwidth usage?

10. Virtual Server Limit in Apache?

11. Limit Bandwidth For Virtual Domains

12. THROTTLING BANDWIDTH USAGE WITH APACHE!!

13. Apache: any way to limit bandwidth