Last active
August 2, 2017 14:54
-
-
Save ajbonner/1ad1f770ba2ed3aa41964f992ae09d6e to your computer and use it in GitHub Desktop.
PHP-FPM Status 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
sudo -u www-data \ | |
SCRIPT_NAME=/status \ | |
SCRIPT_FILENAME=/status \ | |
REQUEST_METHOD=GET \ | |
QUERY_STRING=full \ | |
cgi-fcgi -bind -connect /var/run/php/php7.0-fpm.sock |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment