Hello everyone,
I opened a ticket and I’m not convinced by the support’s response.
I’m therefore turning to you for additional opinions/experiences.
The issue
For periods ranging from a few minutes (5 min) to an hour and a half, all pages of my website become inaccessible (static resources are not affected).
During these periods I can still interact with the database via phpMyAdmin—no slowdown or blocking on the DB side.
When a page loads, the site stalls for several seconds/minutes and then displays:
Error 503 Backend fetch failed
In the Apache access logs there are no requests during the blockage periods — there is a gap in the logs.
In the Apache error logs, many lines like:
AH10141: FastCGI: comm with server "..." aborted: idle timeout (160 sec)
AH10149: FastCGI: incomplete headers (0 bytes) received from server "..."
I rule out overload because the outages sometimes occur during low‑traffic periods.
I haven’t touched the site’s code during those periods: the site becomes inaccessible and then accessible again without any action on my part.
So I dismiss the bug hypothesis, especially since I have a twin site (same code, same DB structure, same cluster) that shows no anomalies.
It’s custom code, no plugins.
Below are screenshots showing a few days.
2026-05-01: everything is fine:
2026-05-10: ~2 h of interruption:
For your information:
- hosting offer: Performance
- cluster110
Support’s reply
Regarding the 503 Backend fetch failed error (Varnish cache server), we regret the situation and the delayed response.
The 503 error you are seeing is not caused by our infrastructure.
In short, the CDN was enabled, and when it tries to contact your site it does not receive a “200” status but an error.
For example, the website might return a 500 Internal Server Error and the CDN does not know how to interpret it, so it returns a 503.
Usually this type of error can be caused by several factors:
- A bug in the site’s PHP or .htaccess code.
- A broken script, plugin, or code file.
- When you put a site into maintenance mode.
- Plugins manipulating the site’s state.
You can enable the website’s debug mode and/or PHP development mode to let the browser show the internal error.
To enable PHP developer mode, follow these steps:
OVHcloud client area → Web Cloud section → Hosting → [hosting service name on the left] → Configuration → PHP version → click (…) → Edit configuration → Edit current configuration → set the "mode" entry to "development"
The change is not immediate; you’ll need to wait about 10–15 minutes, after which you can access your website again using a private/incognito browser window or by clearing your current browser’s cache and cookies before visiting the site.
If the error returns no details, make sure the domain no longer points to the CDN but directly to the hosting.
To find the “basic” IP address, first check the current IP in the DNS zone, then open this guide:
For example, if your current IP is 46.105.204.8, scroll a little up in the guide and find the line for the same cluster that says “France”; you will see 213.186.33.2, which is the base IP for cluster102.
I recommend this only as an example; you should verify in the guide which IP to set.
Then you can modify the A record of your domain to point to the original IP of your hosting.
Here is our guide on DNS zone configuration:
https://help.ovhcloud.com/csm/fr-dns-edit-dns-zone?id=kb_article_view&sysparm_article=KB0051684
Changing the A record can take up to 24 hours to propagate.
Finally, since OVHcloud does not provide technical support for the configuration and/or content of your hosting, if you need further assistance with this issue I recommend contacting one of our partners using the link below:
https://partner.ovhcloud.com/fr/directory/
What do you think?
Thank you!


