Set up and access the PHP-FPM status page in Bitnami LAMP stack
问题 I'd like to see the PHP-FPM status page on a Bitnami LAMP stack system. However, when I try I get a blank page, or an error saying: Request exceeded the limit of 10 internal redirects due to probable configuration error. So what do I need to do to get it working? 回答1: There are two parts to this answer. The first is that you need to enable the status page handler in the PHP-FPM configuration and then you need to set up Apache to route a given URL through to that handler. To set up PHP-FPM: cd