Hi!
I've just installed newest LSWS on one of our developers computer. It's also a fresh Ubuntu 15.10 installation with added i386 architecture & installed libz32.
After installing LSWS I compiled PHP7 and created external app entry for it. Unfortunately everytime I visit even simple phpinfo I'm getting 503 with "Connection reset by peer" or "Broken pipe" in logs. I even switched to built-in PHP5.6 and efect is exactly the same.
I double checked memory limit and loaded php.ini (which in fact is not loaded, so default settings are used). Both php5.6 and php7.0 binaries works fine with CLI. Executing lsphp5/7 -i outputs standard informations, so there's no problems with dynamic linked libs or something like that.
Litespeed was installed using default options, except user - I used user and group of local logged-in user instead of nobody:nogroup.
Any ideas?
I've just installed newest LSWS on one of our developers computer. It's also a fresh Ubuntu 15.10 installation with added i386 architecture & installed libz32.
After installing LSWS I compiled PHP7 and created external app entry for it. Unfortunately everytime I visit even simple phpinfo I'm getting 503 with "Connection reset by peer" or "Broken pipe" in logs. I even switched to built-in PHP5.6 and efect is exactly the same.
I double checked memory limit and loaded php.ini (which in fact is not loaded, so default settings are used). Both php5.6 and php7.0 binaries works fine with CLI. Executing lsphp5/7 -i outputs standard informations, so there's no problems with dynamic linked libs or something like that.
Litespeed was installed using default options, except user - I used user and group of local logged-in user instead of nobody:nogroup.
Any ideas?