phildolyon
New Pleskian
- Server operating system version
- CentOS Linux 7.9.2009
- Plesk version and microupdate number
- Plesk Obsidian Version 18.0.56 Update #4, last updated on Nov 8, 2023 03:43 AM
I upgrade my PHP to 8.2.13 and I have an issue since couple of days on one of my website ( i have 5 web sites on my plesk )
Before updating php, my website was never down for 4 years
Sometimes (randomly, 2 or 3 times per week ) , my web site is down with error 502.
on my logs there are 2 types of error :
Apache Error : (70007)The timeout specified has expired: AH01075: Error dispatching request to : [ Without any url ]
nginx Error : 23113#0: *1718489 upstream timed out (110: Connection timed out) while reading response header from upstream
I try to restart my PHP-FPM and nothing happens , my web site is still down
I try to restart my Apache server and my web site is up
But 1 or 2 days later, my web site is down again
I think that the Nginx error is caused by my apache server.
But I don't understand why my Apache server is down ? ( only on one site, the others work well )
I have not any big script that can stop my apache server, and i don't need to change the timeout.
I try to downgrade my PHP to 7.4.33 but the issue is still there.
I have a cron every hour , with a little script that use an get_file_content , Is it possible that this is what blocks the php? ( i know there are so many strange issues with get_file_contents )
Please help me
Before updating php, my website was never down for 4 years
Sometimes (randomly, 2 or 3 times per week ) , my web site is down with error 502.
on my logs there are 2 types of error :
Apache Error : (70007)The timeout specified has expired: AH01075: Error dispatching request to : [ Without any url ]
nginx Error : 23113#0: *1718489 upstream timed out (110: Connection timed out) while reading response header from upstream
I try to restart my PHP-FPM and nothing happens , my web site is still down
I try to restart my Apache server and my web site is up
But 1 or 2 days later, my web site is down again
I think that the Nginx error is caused by my apache server.
But I don't understand why my Apache server is down ? ( only on one site, the others work well )
I have not any big script that can stop my apache server, and i don't need to change the timeout.
I try to downgrade my PHP to 7.4.33 but the issue is still there.
I have a cron every hour , with a little script that use an get_file_content , Is it possible that this is what blocks the php? ( i know there are so many strange issues with get_file_contents )
Please help me