You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Nick De Decker <ni...@i-vision.be> on 2002/04/03 12:03:04 UTC

Bandwidth per virtualhost (namebased)

Hello,

I'm looking for a utility or module that can keep track of a virtualhost's
traffic.
I want to limit each of my virtualhosts to 5 gigabytes per month. The only
problem is that i need namebased vhosts.
Can anyone tell me if there is such a utility/module ?

Regards,
Nick



---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: Bandwidth per virtualhost (namebased)

Posted by Joshua Slive <jo...@slive.ca>.
On Wed, 3 Apr 2002, Nick De Decker wrote:

> Hello,
>
> I'm looking for a utility or module that can keep track of a virtualhost's
> traffic.
> I want to limit each of my virtualhosts to 5 gigabytes per month. The only
> problem is that i need namebased vhosts.
> Can anyone tell me if there is such a utility/module ?

I think most people do this simply by counting up the traffic from the
access logs.  If you really want a module, you can look at mod_throttle or
mod_bandwidth.

Joshua.


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org