I was previously using mod_fastcgi and had issues as described here with configurations getting ignored. After moving to mod_fcgid, I've seen a whole new issue which is causing issues for all sites hosted on the server.
At random intervals throughout the day, the server outputs a "Server too busy" message to requests and I'm not sure what is outputting it- fcgid, apache2 or varnish. Under what circumstances would this message usually show and what are my options to prevent it from happening again?
Thanks