Knowledge base
1000 FAQs, 500 tutorials and explanatory videos. Here, there are only solutions!
Enable PHP-FPM status
This guide explains how to enable PHP-FPM status in order to, for example, debug a slow PHP site.
Preamble
PHP-FPM statusallows you to monitor in real-time the scripts that are executed as well as their execution time.- This operation is only possible on Managed Cloud Server.
Enable PHP-FPM status
To enable PHP-FPM on a site, contact Infomaniak support from an email address mentioned in your user account to authenticate your request.
In your request, please indicate the source IP address that needs to be authorized.
Once PHP-FPM status is enabled, the following URL links will allow you to display the necessary information:
- https://domain.xyz/fpm-status?json&full
- https://domain.xyz/fpm-status?html&full
- https://domain.xyz/fpm-status?xml&full
Warning: if your site contains rewrite rules (rewrite rules) including the path /fpm-status, you will likely need to make an exception.
Link to this FAQ: