I have Supervisord running as root, and I'm using it to start & monitor PHP instances via FastCGI. When the PHP socket is created it is owned by the user running Supervisord, which means my webserver (nginx) can't use the socket. I've tried setting the `user` parameter in the config, along with `chown`, but neither change the socket's owner.
How can I address this? _______________________________________________ Supervisor-users mailing list [email protected] http://lists.supervisord.org/mailman/listinfo/supervisor-users
