Trying to install PHP 7.1 with OLS 1.4.25.
The build process (one click from admin console) completes and I've put in place the development version of the php.ini file.
I can see from lsphp -i that it finds the .ini file just fine. The external app and script handler is set up similar to the instructions here: https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:php:lsapi
After a restart, I can see that a lsphp executable is launched when hitting a test page (phpinfo..), but the page returns nothing (zero bytes). And no amount of fiddling with the php.ini will make it produce an error file anywhere on the system (currently using an absolute path to a file).
Any tips on even getting it to produce a coherent error file somewhere?
The build process (one click from admin console) completes and I've put in place the development version of the php.ini file.
I can see from lsphp -i that it finds the .ini file just fine. The external app and script handler is set up similar to the instructions here: https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:php:lsapi
After a restart, I can see that a lsphp executable is launched when hitting a test page (phpinfo..), but the page returns nothing (zero bytes). And no amount of fiddling with the php.ini will make it produce an error file anywhere on the system (currently using an absolute path to a file).
Any tips on even getting it to produce a coherent error file somewhere?