Skip to content

Instantly share code, notes, and snippets.

@labbati
Last active March 31, 2022 20:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save labbati/84fb041dec5075ee8e52ab7677437a74 to your computer and use it in GitHub Desktop.
Save labbati/84fb041dec5075ee8e52ab7677437a74 to your computer and use it in GitHub Desktop.
PHP-FPM from CLI
REQUEST_URI=/ \
SCRIPT_FILENAME=/var/www/html/public/index.php \
REQUEST_METHOD=GET \
cgi-fcgi -bind -connect 127.0.0.1:9000
apt install libfcgi-bin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment