mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-14 17:26:17 +01:00
lsphp82 in lsws ent
This commit is contained in:
@@ -414,6 +414,26 @@
|
|||||||
<procSoftLimit>400</procSoftLimit>
|
<procSoftLimit>400</procSoftLimit>
|
||||||
<procHardLimit>500</procHardLimit>
|
<procHardLimit>500</procHardLimit>
|
||||||
</extProcessor>
|
</extProcessor>
|
||||||
|
<extProcessor>
|
||||||
|
<type>lsapi</type>
|
||||||
|
<name>lsphp82</name>
|
||||||
|
<address>uds://tmp/lshttpd/lsphp82.sock</address>
|
||||||
|
<maxConns>35</maxConns>
|
||||||
|
<env>PHP_LSAPI_CHILDREN=35</env>
|
||||||
|
<initTimeout>60</initTimeout>
|
||||||
|
<retryTimeout>0</retryTimeout>
|
||||||
|
<persistConn>1</persistConn>
|
||||||
|
<respBuffer>0</respBuffer>
|
||||||
|
<autoStart>3</autoStart>
|
||||||
|
<path>$SERVER_ROOT/lsphp82/bin/lsphp</path>
|
||||||
|
<backlog>100</backlog>
|
||||||
|
<instances>1</instances>
|
||||||
|
<priority>0</priority>
|
||||||
|
<memSoftLimit>2047M</memSoftLimit>
|
||||||
|
<memHardLimit>2047M</memHardLimit>
|
||||||
|
<procSoftLimit>400</procSoftLimit>
|
||||||
|
<procHardLimit>500</procHardLimit>
|
||||||
|
</extProcessor>
|
||||||
</extProcessorList>
|
</extProcessorList>
|
||||||
<scriptHandlerList>
|
<scriptHandlerList>
|
||||||
<scriptHandler>
|
<scriptHandler>
|
||||||
@@ -481,6 +501,11 @@
|
|||||||
<type>lsapi</type>
|
<type>lsapi</type>
|
||||||
<handler>lsphp81</handler>
|
<handler>lsphp81</handler>
|
||||||
</scriptHandler>
|
</scriptHandler>
|
||||||
|
<scriptHandler>
|
||||||
|
<suffix>php82</suffix>
|
||||||
|
<type>lsapi</type>
|
||||||
|
<handler>lsphp82</handler>
|
||||||
|
</scriptHandler>
|
||||||
</scriptHandlerList>
|
</scriptHandlerList>
|
||||||
<phpConfig>
|
<phpConfig>
|
||||||
</phpConfig>
|
</phpConfig>
|
||||||
|
|||||||
@@ -2932,8 +2932,8 @@ vmail
|
|||||||
command = 'apt list'
|
command = 'apt list'
|
||||||
Upgrade.installedOutput = subprocess.check_output(shlex.split(command)).decode()
|
Upgrade.installedOutput = subprocess.check_output(shlex.split(command)).decode()
|
||||||
|
|
||||||
command = 'systemctl stop cpssh'
|
#command = 'systemctl stop cpssh'
|
||||||
Upgrade.executioner(command, 'fix csf if there', 0)
|
#Upgrade.executioner(command, 'fix csf if there', 0)
|
||||||
|
|
||||||
## Add LSPHP7.4 TO LSWS Ent configs
|
## Add LSPHP7.4 TO LSWS Ent configs
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user