[Supervisor-users] FastCGI - socket not being created with correct user
Phillip Oldham
phill at activityhq.com
Fri Oct 16 06:12:06 EDT 2009
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?
More information about the Supervisor-users
mailing list