> Yes (each site has its own IP alias) - ideally would like to > graph each > IP's incoming and outgoing port 80 (and maybe 143) traffic and store > historical data like RRD.
Check out mod_throttle also. It will save total traffic used. You can then write an app to parse the report and submit those stats to a graphing application. Mod_throttle also lets you enforce policy so that once someone has gone over their bandwidth usage their vhost will return an error (for example, ThrottlePolicy Volume 20G 5w). Note, mod_throttle only works on Apache 1.x. -- [email protected] mailing list
