Hello,
Currently the external app configuration for Openlitespeed is the following
extprocessor phpf6af8fb4-9b1b-4920-b93e-3cac3591a4e6 {
type lsapi
address 10.169.0.19:9000
maxConns 1000
initTimeout 100
retryTimeout 100
persistConn 1
respBuffer 0
autoStart 0
}
Unfortunately this configuration can't be changed, unless you manually edit the vhost configuration. Even then it should be configurable through the Enhance CP. Specifically there these options should be configured/exposed.
maxConns 35
env LSAPI_AVOID_FORK=0
env LSAPI_CHILDREN=35
env LSAPI_EXTRA_CHILDREN=12
env LSAPI_MAX_REQS=5000
env LSAPI_MAX_IDLE=300
env LSAPI_MAX_IDLE_CHILDREN=12
env LSPHP_ENABLE_USER_INI=on
initTimeout 60
retryTimeout 0
persistConn 1
respBuffer 0
autoStart 1
path /usr/local/lsws/lsphp81/bin/lsphp
backlog 100
instances 1
runOnStartUp 3
extMaxIdleTime 10
priority 0
memSoftLimit 2047M
memHardLimit 2047M
procSoftLimit 400
procHardLimit 500
This would allow for the configuration of the php.ini via .user.ini as well as other LSAPI options. Granted some are not applicable.
https://docs.openlitespeed.org/config/php/externalapp/