I have a problem, after installing OpenLiteSpeed/PHP 7.4 and launching a page that requires more time to load - after 30 seconds of opening (loading) I receive an error 408. I have higher limits set everywhere, such as 86400. Unfortunately, as if some limit was not read and blocked in somewhere in 30 seconds. I have temporarily replaced the error page with my own with auto refresh, however this is a temporary solution and I need to fix the php script execution blocking error after 30 seconds. Question. Is the problem with OpenLiteSpeed or maybe with PHP configuration?
Error 408 after 30 seconds - OpenLiteSpeed
Hi, the default openlitespeed connection timeout is 300 seconds
A persistent connection timeout of 5 seconds
php max_execution_time, max_input_time default 60 seconds
Is there an error in the script that executes php? It is recommended to check the php log and the error log of the website
Do you use cdn, cloudflare at the same time?