Questions tagged [mod-cband]

4 questions
3
votes
1 answer

Can I use mod_cband and mod_vhost_alias together?

Basically I run a VPS and host my clients' sites on it. I have mod_vhost_alias set up to use the domain as the client's user account home folder, eg /home/www.example.com. I'd like to use mod_cband to limit the bandwidth per domain too. I know I can…
Brad Reed
  • 143
  • 5
2
votes
1 answer

Applying mod_cband before mod_rewrite?

I currently have a virtualhost within Apache that is using mod_cband and mod_rewrite. I am using mod_cband to limit the number of connections per remote user. When this limit is exceeded, it is supposed to return 503 Service Unavailable which is the…
DanielGibbs
  • 573
  • 5
  • 13
  • 32
2
votes
1 answer

How do I monitor bandwidth used by rails apps?

I run a server that hosts several small rails apps, and I want to track how much bandwidth each is using. They are all running on Apache 2.2 and Passenger 3. I used mod_cband for static sites, but this doesn't seem to work with passenger. Is there a…
1
vote
1 answer

Apache + mod_cband, limit cband-status to certain vhosts and users

Is there a way to setup mod_cband to display cband-status for a specific vhost and for a specific user? What I want to achieve is a status page for a client that if he opens for example: http://www.example.com/cband-status, then he will get a status…
Alakdae
  • 1,233
  • 8
  • 21