PHP-FPM Get list of running php files

PHP-FPM Get list of running php files

We always find need to know which php files (Malware or otherwise) consuming the CPU and Server resources, so that you can fix those files. FPM status page give this exact information. For that it needs to be enabled and configured in your apache confirguration where you want it to be displayed. Find where your FPM configuration is and edit www.conf. nano /etc/php/7.4/fpm/pool.d/www.conf Update file for: pm.status_path = /fpm7.4-status Restart FPM sudo service php7....