The server became very slow and unresponsive and I restarted apache and nginx a few times.
I looked in my Apache mod_status page and I seen 10-20 requests to /php_fpm_status , besides 100-200 normal requests (timing out) to normal website urls.
- Does Apache or PHP make requests to
/php_fpm_statuswhen [re]starting the web server ? - Or requests to
/php_fpm_statusare more likely abusive requests from outside ?
In PHP site we can see that:
Source: https://www.php.net/manual/en/fpm.status.php
You can disable the FPM status safely if you don't need it.