Hi!
I can`t run my PHP scripts above 51 seconds.
This is the error from apache error_log:
2024-12-05 07:40:53.220998 [NOTICE] [1713831] [T0] request already in process for 51 seconds, fail with 503
2024-12-05 07:40:53.221172 [NOTICE] [1713831] [T0] oops! 503 Service Unavailable
I already set it in PHP to be able to run above 60 seconds, but litespeed / apache keep failing the script with 503 errors.
I did not tested in every litespeed version, but 6.1.x I think this problem not happened...
Currently using 6.2.2, not tested the 6.3.1 yet...
In HTACCESS I already set :
php_value max_execution_time 700
PHP suEXEC ENABLED.
Where this 51 seconds limit is set?
Thanks a lot!
I can`t run my PHP scripts above 51 seconds.
This is the error from apache error_log:
2024-12-05 07:40:53.220998 [NOTICE] [1713831] [T0] request already in process for 51 seconds, fail with 503
2024-12-05 07:40:53.221172 [NOTICE] [1713831] [T0] oops! 503 Service Unavailable
I already set it in PHP to be able to run above 60 seconds, but litespeed / apache keep failing the script with 503 errors.
I did not tested in every litespeed version, but 6.1.x I think this problem not happened...
Currently using 6.2.2, not tested the 6.3.1 yet...
In HTACCESS I already set :
php_value max_execution_time 700
PHP suEXEC ENABLED.
Where this 51 seconds limit is set?
Thanks a lot!