Hi folks
Not strictly an Nginx issue, but got some great advice on php-fpm here
before so though I’d trade on your generosity…
ISSUE OVERVIEW
-
php-fpm is running fine on Ubuntu 12
-
I stupidly configure xdebug to run on the same port as php-fpm and
try to restart php-fpm -
I correct the misconfiguration, but now php-fpm won’t start at all,
even after a reboot. -
The only diagnostics I can find are in boot.log: “Starting FastCGI
server: No servers have been defined.” No hits at all for this in
Google. I have set up a pool which was working fine before the
misconfiguration.
DETAILS
-
If I run “>service php5-fpm start” there is a long pause, then the
shell outputs “killed” -
There is nothing in the php5-fpm log, even with log level debug, so
it seems to hit the issue early in the process. -
I’ve tried restarting with the xdebug config commented out, and with
Nginx stopped. -
I’ve tried rebooting
-
There’s no orphaned pid file in /var/run, and no php-fpm processes
running
I’ve run out of ideas. Any help would be more than welcome.
Posted at Nginx Forum: