Unexpected 503 errors under light load help troubleshooting

#1
Hi everyone,

I’m running into an issue where my server is returning 503 Service Unavailable errors intermittently, even though the traffic load seems light and nothing obvious is maxed out in terms of CPU or memory. I’m using LiteSpeed Web Server (not LSCache at the moment) on a VPS setup.

Here’s what I’ve observed so far:

  • The site runs fine most of the time
  • 503 errors pop up randomly on a few requests
  • Restarting LiteSpeed temporarily makes the errors go away
  • I don’t see spikes in resource usage during the errors
  • The errors occur on dynamic pages (PHP‑powered), not static files

I’ve checked the error logs, and sometimes I see:


[WARNING] worker failed to start …
[ERROR] request failed with status 503 …



But the messages aren’t always present, and it’s inconsistent. I also verified my PHP‑FPM pool settings, and they look reasonable compared to other configs that work fine.

Has anyone experienced similar symptoms?
Could this be related to server limits (like Max Connections, PHP‑FPM, or proxy timeouts)?
Any recommended log settings to gather better diagnostics?
What are sensible next steps for narrowing this down?

I appreciate any input or suggestions thank you!
 
Top