I'm trying to set up Munin 2.0.9 on Ubuntu with Nginx, so I'm launching munin-cgi-graph
with the following command:
spawn-fcgi -s /var/run/munin/fastcgi-graph.sock -U www-data -u www-data -g www-data /usr/lib/cgi-bin/munin-cgi-graph
I get "spawn-fcgi: child spawned successfully: PID: 23886", but when I look in the list of running processes (using ps -elf
) there is no process 23886. I get a "502 Bad Gateway" when I hit the webserver.
How can I get spawn-fcgi up and working? I can't find any instructions for debugging it.