You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Rodrigo <ro...@noos.fr> on 2009/04/13 18:35:28 UTC

[users@httpd] Bandwidth limit with PHP sessions or MySQL data.

Hello,

I'm try to configure an Apache 2.2.8 to set a bandwidth limit depending on
users. If a user is registered and logged in, he'll download with no limit.
If not, he will download with a fixed limit, let's say 500kbps.

Is there any module that can do this? I mean, a module that checks the
database with all the users or if the user is logged in.

Thank you.