You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Chuck Rock <ca...@epconline.net> on 2006/12/05 21:47:16 UTC

[users@httpd] Re: Is there a way to limit a site's simultaneous access?

Ivan Barrera A. <Bruce <at> Ivn.cl> writes:

> 
> William A. Rowe, Jr. wrote:
> > No.  Run multiple instances of httpd against different IP addresses.
> > 
> > There's no way to decide about accepting per-named-host.
> 
> There are some third party modules that can do it.
> I only wrote for apache 2, but there is equivalents in apache 1.
> 

Do you have any links or names I can search for. I haven't had much luck 
finding anything on my own. 

Also, if there's Apache 2.x options, I'd like to know too. I can try setting 
up one of those for these sites possibly.

I'm using cPanel/WHM so I'm pretty limited what I can do while keeping that 
framework, but I do know I can compile in other Apache modules not included 
with cPanel's configuration.

Thank you for you help with this.

Chuck




---------------------------------------------------------------------
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] Re: Is there a way to limit a site's simultaneous access?

Posted by "Ivan Barrera A." <Br...@Ivn.cl>.
Chuck Rock wrote:
> Ivan Barrera A. <Bruce <at> Ivn.cl> writes:
> 
>> William A. Rowe, Jr. wrote:
>>> No.  Run multiple instances of httpd against different IP addresses.
>>>
>>> There's no way to decide about accepting per-named-host.
>> There are some third party modules that can do it.
>> I only wrote for apache 2, but there is equivalents in apache 1.
>>
> 
> Do you have any links or names I can search for. I haven't had much luck 
> finding anything on my own. 
> 
> Also, if there's Apache 2.x options, I'd like to know too. I can try setting 
> up one of those for these sites possibly.
> 
> I'm using cPanel/WHM so I'm pretty limited what I can do while keeping that 
> framework, but I do know I can compile in other Apache modules not included 
> with cPanel's configuration.
> 
> Thank you for you help with this.


http://ivn.cl/apache
For apache 2, mod_vhost_limit. Provides a MaxVhostClients to vhost
(similar to MaxClients)

There is a mod named the same for apache 1 in which i based my work.
I'll take a look if i saved a copy.


> 
> Chuck
> 
> 
> 
> 
> ---------------------------------------------------------------------
> 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