just noticed, we already have a wiki regarding "Max Idle Time":
https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:php:max-idle-time
also this wiki
https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:php:run-without-timeouts
maybe match your issue more.
then please check
http://www.litespeedtech.com/products/litespeed-sapi/php/suexec-processgroup
The Max Idle Time setting (WebAdmin console > Configuration > External App > your external application) will control how long before idle parent processes are killed.
see if it's set to 3600
:)
weird, since install.sh has been there for years, thousands of thousands installations, it is rarely heard of such issue. can you provide
your platform ?
umask output
need reproduce it at our side.
for older versions, just do (for example):
#/usr/local/lsws/admin/misc/lsup.sh -f -v 5.1.13
it'll install and switch to 5.1.13. then you can switch to 5.1.14 in web admin.
please double confirm it works with apache.
otherwise, please send the test URL, let's verify it works with apache and not under litespeed.
and further more, the server's web admin user/pass and even temp root ssh.
1)
have you tried:
2) if remove cloudflare, let lightspeed serve directly, any problem ?
3) it's hard to understand for me:
apache + cloudflare with cache mp4 file,
the first load thru Cloudflare don't need long time to connect and the videos play quickly
not sure PP_CUSTOM_PHP_INI is a right solution for you.
I copied from an internal wiki FYI:
vi /var/www/vhosts/system/domain.com/conf/httpd.conf, add
<IfModule Litespeed>
SetEnv PP_CUSTOM_PHP_INI /usr/local/lsws/lsphp5/lib/php.ini
</IfModule>
just noticed that in your first post:
Send Buffer Size (bytes): 512K
Receive Buffer Size (bytes):512K
please change back to default value: 0
it may resolve the issue.