uston wrote:
> On Thu, May 03, 2012 at 08:33:58AM -0300, Luis Fernando Alen wrote:
> > Perhaps your prefork settings are the cause of the issue.
> >
> > Look, you have 80 StartServers and 120 MaxSpareServers, and with such
> > settings, apache can spawn 9600 (80*120) chil
Hello, PJ.
Perhaps your prefork settings are the cause of the issue.
Look, you have 80 StartServers and 120 MaxSpareServers, and with such
settings, apache can spawn 9600 (80*120) children.
However, your ServerLimit and MaxClients (3500) are way to lower than that.
I've had similar issues when
Hello,
I need to set both a generic/wildcard vhost and a specific one with
different DocumentRoot and configurations, just like the example below:
**
*ServerName specific.mydomain.com*
*
*
*DocumentRoot /var/www/specific.mydomain.com/*
*JkMount /otherapp serverX*
*JkMount /otherap