How to configure 360 Monitoring's PHP-FPM plugin on Plesk?

Comments

2 comments

  • Avatar
    Patrick Walther

    I know it is a late reply, but we had the same problem.

    Our solution was to add all of our webservers (public) IPs to the LocationMatch:

     

    <LocationMatch "/status_phpfpm">
        Order deny,allow
        Deny from all
        Allow from 127.0.0.1

        Allow from ::1

        Allow from xxx.xxx.xxx.xxx
        Allow from xxxx:xxxx:x:xxx::xx
        ProxyPass unix:///var/www/vhosts/system/domain.tld/php-fpm.sock|fcgi://127.0.0.1:9000
    </LocationMatch>

     

    Cheers,

    Patrick

    0
  • Avatar
    Sharul Hafiz

    Are there easier steps to do this? We have too many domains to manually do this by hand

    0

Please sign in to leave a comment.

Have more questions? Submit a request