and this to the main virtualhost in /etc/httpd/conf/httpd.conf:
<Location /fpm-status>
Require local
SetHandler “proxy:unix:/run/php-fpm/www.sock|fcgi://localhost/fpm-status”
<Location /fpm-ping>
Require local
SetHandler “proxy:unix:/run/php-fpm/www.sock|fcgi://localhost/fpm-ping”
but when I try and hit it when ssh’d in via wget -O - http://localhost/fpm-status or wget -O - http://ourvps.com/fpm-status I get 404 errors. Any help is appreciated, thanks.