You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Mohit Anchlia <mo...@gmail.com> on 2009/11/26 04:59:58 UTC

[users@httpd] Limiting Connection per virtual host and Custom messaging

Apache 2.11:

Couple of questions:

1. Is there a way to limit Max Client Connections per virtual host?
2. When Max Connection is reached, is there a way to return custom
error message in the response? For eg: "Please try again in 15mts."

---------------------------------------------------------------------
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
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Limiting Connection per virtual host and Custom messaging

Posted by Mohit Anchlia <mo...@gmail.com>.
There seems to be no documentation about how to configure them. Also
how do I set customized messaging?

On Wed, Nov 25, 2009 at 10:33 PM, Iñigo Medina <im...@grosshat.com> wrote:
>
>> 1. Is there a way to limit Max Client Connections per virtual host?
>
> At least 2:
>
> - mod_slotlimit: http://sourceforge.net/projects/mod-slotlimit/
> - Vhost Limit Module: http://modules.apache.org/search.php?id=698
>
> iñ
>
>
> ---------------------------------------------------------------------
> 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
>   "   from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>

---------------------------------------------------------------------
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
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Limiting Connection per virtual host and Custom messaging

Posted by Iñigo Medina <im...@grosshat.com>.
> 1. Is there a way to limit Max Client Connections per virtual host?

At least 2:

- mod_slotlimit: http://sourceforge.net/projects/mod-slotlimit/
- Vhost Limit Module: http://modules.apache.org/search.php?id=698

iñ