IT_Architect
Verified User
- Joined
- Feb 27, 2006
- Messages
- 1,084
I'm using DA+FreeBSD 11.2+Apache+PHP-FPM. How do I create a PHP-FPM Global Status Page for Apache+php-fpm in DirectAdmin? When you are looking at PHP-FPM processes that are hanging around, you want to know the user they belong to, and the script they are running. How do I set that up?
I've already read:
forum.directadmin.com
forum.directadmin.com
forum.directadmin.com
They jump around, throw in NGINX, and give file names that are used in multiple locations without specifying the location, and it seems they are all by user.
It would seem that this functionality would be something every admin and user would want to have available within the control panel if they were using PHP-FPM.
Thanks!
I've already read:
FPM status page not working
I am trying to get the status page working in php-fpm55 with apache2. I have uncommented the pm.status variable and set it to /status. Furthermore, I have added the following to my virtual hosts config in Custom HTTPD configuration: SetHandler php-script After that, I restarted httpd and...

Create PHP-FPM Status Page for nginx+php-fpm in directadmin
Hello i want to add php-fpm status page to one of my servers user domain i used this guide and added pm.status_path = /status to File: /usr/local/php55/etc/php-fpm.conf and also location ~ ^/(fpmstatus|ping)$ { access_log off; allow 127.0.0.1; allow 1.2.3.4; ### MY...

Setup PHP7 FPM status page for apache 2.4
I've seem many tutorials on setting up a PHP-FPM status page for apache with php5X but none working with php7. I set pm.status_path = /status in /usr/local/php70/etc/php-fpm.conf I use nginx as a proxy. So in: nano /etc/nginx/nginx-vhosts.conf i set: location ~ ^/(status|ping)$ { access_log...

It would seem that this functionality would be something every admin and user would want to have available within the control panel if they were using PHP-FPM.
Thanks!