Last active
March 31, 2022 20:38
-
-
Save labbati/84fb041dec5075ee8e52ab7677437a74 to your computer and use it in GitHub Desktop.
PHP-FPM from CLI
This file contains hidden or 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
REQUEST_URI=/ \ | |
SCRIPT_FILENAME=/var/www/html/public/index.php \ | |
REQUEST_METHOD=GET \ | |
cgi-fcgi -bind -connect 127.0.0.1:9000 |
This file contains hidden or 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
apt install libfcgi-bin |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment