#2728 - Website gateway time-outs and freezes
0 guests and 0 members have recently viewed this.
The top 3 point earners from 14th Dec 2025 to 21st Dec 2025.
| PDStig |
|
|
|---|---|---|
| Gabri |
|
|
| sholzy |
|
|
There are no events at this time
I believe you have both cloudflare and nginx as reverse proxies in front of Apache, so most likely the complexity of this configuration is leading to complex issues. A gateway timeout comes from a reverse proxy, obscuring any error behind it (if there is one). It could be the queueing behaviour of these products, and therefore some issue somewhere else entirely.
You'd need to be able to do intensive diagnostics in a complex configuration like this, checking server load, queued processes at each server level, free memory, process counts, CPU usage, blocking IO, MySQL processlist, etc etc.
I wouldn't advise anyone create a configuration more complex than is truly needed, and with complexity requires a lot of sysadmin experience. Particularly I doubt nginx is needed, as there's already static caching and DOS prevention in Composr which are the usual 'selling points' of putting nginx in front of Apache.