24 lines
843 B
Plaintext
24 lines
843 B
Plaintext
|
|
# LSPHP {{php_version}} External App Configuration - WordOps {{release}}
|
||
|
|
# DO NOT MODIFY, ALL CHANGES WILL BE LOST AFTER AN WordOps (wo) UPDATE
|
||
|
|
|
||
|
|
extprocessor lsphp{{short_version}} {
|
||
|
|
type lsapi
|
||
|
|
address uds://tmp/lshttpd/lsphp{{short_version}}.sock
|
||
|
|
maxConns 10
|
||
|
|
env PHP_LSAPI_CHILDREN=10
|
||
|
|
env LSAPI_AVOID_FORK=200M
|
||
|
|
initTimeout 60
|
||
|
|
retryTimeout 0
|
||
|
|
pcKeepAliveTimeout 60
|
||
|
|
respBuffer 0
|
||
|
|
autoStart 2
|
||
|
|
path /usr/local/lsws/lsphp{{short_version}}/bin/lsphp
|
||
|
|
backlog 100
|
||
|
|
instances 1
|
||
|
|
priority 0
|
||
|
|
memSoftLimit 2047M
|
||
|
|
memHardLimit 2047M
|
||
|
|
procSoftLimit 1400
|
||
|
|
procHardLimit 1500
|
||
|
|
}
|