Alma Linux 9
Webmin 2.520
Virtualmin 7.50.0 GPL
Webserver version Apache/2.4.62
Does anyone know how to set up php-fpm monitoring on webmin? I tried adding this to the system /etc/php-fpm.d/www.conf:
pm.status_path = /fpm-status
ping.path = /fpm-ping
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.
