[CentOS] Setting apache's maxclients higher than 256 in CentOS

Tue Jul 13 09:04:11 UTC 2010
Lucian <lucian at lastdot.org>

On Tue, Jul 13, 2010 at 4:14 AM, robert mena <robert.mena at gmail.com> wrote:
> Hi,
> I could not find any reference if the version of apache compiled for centos
> 5.x has support for more than 256 clients in apache's maxclients.
> If that is not the case how can I recompile the package with such support?
> Regards.
> _______________________________________________
> CentOS mailing list
> CentOS at centos.org
> http://lists.centos.org/mailman/listinfo/centos
>
>

That is a bad memory from Apache 1.x times, when by default your
serverlimit was hardcoded to 256. There is no such limit in v 2.2 of
Apache in Centos, so make sure you have raised your MaxClients and
ServerLimit in httpd.conf as needed.