Welcome! Log In Create A New Profile

Advanced

php-fpm status

Posted by eslam.husseiny 
php-fpm status
November 01, 2011 08:30AM
hi,
i searched for nginx configuration for php-fpm status configuration
i found this section :
location ~ ^/(status|ping)$ {
include fastcgi_params;
fastcgi_pass backend;
fastcgi_param SCRIPT_FILENAME $fastcgi_script_name;
allow 127.0.0.1;
allow stats_collector.localdomain;
allow watchdog.localdomain;
deny all;
}

but with nginx -t i got : invalid parameter "stats_collector.localdomain"
so any recommendations regarding this issue
and what does allow stats_collector.localdomail && allow watchdog.localdomain mean
Thanks in advance
Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 279
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready