add static function to get cyberpanel version clean

This commit is contained in:
Michael Ramsey
2021-04-18 00:58:33 -04:00
parent eda5d5ed30
commit f3956182ed
8 changed files with 134 additions and 37 deletions

View File

@@ -1,4 +1,4 @@
extprocessor php71 {
php71.confextprocessor php71 {
type lsapi
address uds://tmp/lshttpd/lsphp71.sock
maxConns 50

16
install/phpconfigs/php72.conf Executable file
View File

@@ -0,0 +1,16 @@
php72.confextprocessor php72 {
type lsapi
address uds://tmp/lshttpd/lsphp72.sock
maxConns 50
initTimeout 60
retryTimeout 0
persistConn 1
respBuffer 0
autoStart 1
path /usr/local/lsws/lsphp72/bin/lsphp
memSoftLimit 2047M
memHardLimit 2047M
procSoftLimit 400
procHardLimit 500
}

16
install/phpconfigs/php73.conf Executable file
View File

@@ -0,0 +1,16 @@
php73.confextprocessor php73 {
type lsapi
address uds://tmp/lshttpd/lsphp73.sock
maxConns 50
initTimeout 60
retryTimeout 0
persistConn 1
respBuffer 0
autoStart 1
path /usr/local/lsws/lsphp73/bin/lsphp
memSoftLimit 2047M
memHardLimit 2047M
procSoftLimit 400
procHardLimit 500
}

16
install/phpconfigs/php74.conf Executable file
View File

@@ -0,0 +1,16 @@
php80.confextprocessor php80 {
type lsapi
address uds://tmp/lshttpd/lsphp80.sock
maxConns 50
initTimeout 60
retryTimeout 0
persistConn 1
respBuffer 0
autoStart 1
path /usr/local/lsws/lsphp80/bin/lsphp
memSoftLimit 2047M
memHardLimit 2047M
procSoftLimit 400
procHardLimit 500
}

16
install/phpconfigs/php80.conf Executable file
View File

@@ -0,0 +1,16 @@
php74.confextprocessor php74 {
type lsapi
address uds://tmp/lshttpd/lsphp74.sock
maxConns 50
initTimeout 60
retryTimeout 0
persistConn 1
respBuffer 0
autoStart 1
path /usr/local/lsws/lsphp74/bin/lsphp
memSoftLimit 2047M
memHardLimit 2047M
procSoftLimit 400
procHardLimit 500
}