Re: [users@httpd] OT: PHP-FPM Status Page

2011-05-17 Thread --[ UxBoD ]--
- Original Message - > On May 17, 2011 16:47 , "--[ UxBoD ]--" wrote: > > It would have been nice to get it working as I would like to > > implement > > it at work and monitor with OpenNMS; including the ping/pong URLs. > > On > > my dev server I have tried: > > > >FastCgiExtern

Re: [users@httpd] OT: PHP-FPM Status Page

2011-05-17 Thread Mark Montague
On May 17, 2011 16:47 , "--[ UxBoD ]--" wrote: It would have been nice to get it working as I would like to implement it at work and monitor with OpenNMS; including the ping/pong URLs. On my dev server I have tried: FastCgiExternalServer /fcgi-bin/php-fpm -host 127.0.0.1:9081

Re: [users@httpd] OT: PHP-FPM Status Page

2011-05-17 Thread --[ UxBoD ]--
- Original Message - > On May 17, 2011 15:44 , "--[ UxBoD ]--" wrote: > >> First, make sure that the pm.status_path variable in your > >> php-fpm.conf file is correct for your mod_fastcgi configuration. > >> Second, I believe there is a good chance that what you are seeing > >> may > >> b

Re: [users@httpd] OT: PHP-FPM Status Page

2011-05-17 Thread Mark Montague
On May 17, 2011 15:44 , "--[ UxBoD ]--" wrote: First, make sure that the pm.status_path variable in your php-fpm.conf file is correct for your mod_fastcgi configuration. Second, I believe there is a good chance that what you are seeing may be a bug in PHP-FPM Thanks Mark. Still not got in wo

Re: [users@httpd] OT: PHP-FPM Status Page

2011-05-17 Thread --[ UxBoD ]--
- Original Message - > On May 17, 2011 4:18 , "--[ UxBoD ]--" wrote: > > Has anybody been able to get the PHP-FPM status page to work within > > Apache? I have tried the following but always receive a 404 error. > > I have been able to get the PHP-FPM status page to work. I think > ther

Re: [users@httpd] OT: PHP-FPM Status Page

2011-05-17 Thread Mark Montague
On May 17, 2011 4:18 , "--[ UxBoD ]--" wrote: Has anybody been able to get the PHP-FPM status page to work within Apache? I have tried the following but always receive a 404 error. I have been able to get the PHP-FPM status page to work. I think there are two possibilities to explain the

[users@httpd] OT: PHP-FPM Status Page

2011-05-17 Thread --[ UxBoD ]--
Hi, Has anybody been able to get the PHP-FPM status page to work within Apache? I have tried the following but always receive a 404 error. FastCgiExternalServer /fcgi-bin/php-fpm -host 127.0.0.1:9081 ScriptAlias /fcgi-bin/ /fcgi-bin/ AddHandler php-fcgi .php Action php-fcgi /fc