mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-09-01 05:05:50 +02:00
add static function to get cyberpanel version clean
This commit is contained in:
@@ -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
16
install/phpconfigs/php72.conf
Executable 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
16
install/phpconfigs/php73.conf
Executable 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
16
install/phpconfigs/php74.conf
Executable 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
16
install/phpconfigs/php80.conf
Executable 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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user