Hi,.. hmm now I can’t seem to duplicate the error anymore…
Going to keep following the log, I’ll keep you posted. What I did was I changed Apache config a bit,.. here is what I added to my Apache config:
KeepAlive On
<IfModule prefork.c>
StartServers 10
MinSpareServers 10
MaxSpareServers 20
ServerLimit 500
MaxRequestWorkers 500
MaxConnectionsPerChild 0
</IfModule>
So basically I doubled the defaults. ServerLimit and MaxRequestWorkers defaults at 250 if I’m not mistaken. Also few more servers, as it defaults at 5.
Not sure if this did the trick, maybe someone can comment on this ??