Limiting transfer in Apache 2

Hello,

I run a server with Apache 2 and PHP5, and i am wondering if there are any solutions out there to do transfer limiting, so that virtualhost example.net gets 5 GB transfer, and the virtualhost example.com gets 10 GB transfer. Then once all that transfer is used up they are redirected to a simple page letting people that visit know that the site has used up all their available transfer for that [month|week|day|hour].

I was looking at mod_bandwidth but that does not do what i want to do. mod_curb seems to be promising, but it is not complete yet and can only limit the entire server, not just a virtualhost.

X-Istence

 

 

 

 

Top