0

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

MrNorm
  • 153
  • 9

2 Answers2

1

Checking out varnish and apache2 showed that they both returned 200 OK codes. The issue was actually load balancer on our hosting providers network intercepting responses.

MrNorm
  • 153
  • 9
0

Give Apache a bigger RAM allowance! Apache 2.2 defaults to a very small amount so you would probably want to increase it (Unless you have a terrible PC)!