I'm already running some websites with Enhance. Each website is on a dedicated Hetzner cloud instance.
All websites are migrated from the same Plesk server which was hosting them shared.
Everything was fine till now, when recently I've been struck with a serious issue.
Some websites refuse to work. With these symptoms:
1) The website start load infintely till timeout
2) The PHP process reach 99% CPU
3) With strace the PHP process is doing nothing, no activity.
4) With ltrace the PHP process is reporting in loop something like (not sure if related)
memcpy(0x7bc9b1a860b2, "95430879", 8)
strdup("Undefined offset: 95430879")
strdup("/var/www/siteid/public_html/alwaysthesamefile.php")
this is related to a symfony dependency (XmlFileLoader.php) which anyway is used by all the other websites working too.
5) Statics file are served just fine
6) It happens no matter which webserver I use (tried OLS and Apache)
7) Nothing wrong is logged, even with debug active in OLS. Without debug logs are completely empty.
8) Tried with different instances types, no luck.
Additional info: The looping file in ltrace is always the same but again not sure if relevant.
I'm seriously out of ideas as of why it happens. Especially since it works on plesk with the same setup (LSWS and php.ini). Tried everything. Any ideas?