-
-
Notifications
You must be signed in to change notification settings - Fork 619
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This change adds php 80, 81 and 82 to the missing places. And removes .bak file from the read me. Updating the readme to add php 8.2 Add php limit extension for php 6, 7 and 8
- Loading branch information
1 parent
9110d78
commit 0022661
Showing
6 changed files
with
37 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
php74.confextprocessor php81 { | ||
type lsapi | ||
address uds://tmp/lshttpd/lsphp81.sock | ||
maxConns 50 | ||
initTimeout 60 | ||
retryTimeout 0 | ||
persistConn 1 | ||
respBuffer 0 | ||
autoStart 1 | ||
path /usr/local/lsws/lsphp81/bin/lsphp | ||
memSoftLimit 2047M | ||
memHardLimit 2047M | ||
procSoftLimit 400 | ||
procHardLimit 500 | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
php74.confextprocessor php82 { | ||
type lsapi | ||
address uds://tmp/lshttpd/lsphp82.sock | ||
maxConns 50 | ||
initTimeout 60 | ||
retryTimeout 0 | ||
persistConn 1 | ||
respBuffer 0 | ||
autoStart 1 | ||
path /usr/local/lsws/lsphp82/bin/lsphp | ||
memSoftLimit 2047M | ||
memHardLimit 2047M | ||
procSoftLimit 400 | ||
procHardLimit 500 | ||
} | ||
|