I use a system similar to the one you describe with the only difference that I 
use a TCP socket instead of a file-socket.

    [program:php-annagaber]
    user=www-data
    environment=PHP_FCGI_CHILDREN=3,PHP_FCGI_MAX_REQUESTS=500
    command=/usr/bin/php-cgi -b 127.0.0.1:4000

Any local user can connect to the socket. I know it's just a workaround but it 
fits my needs.

I would expect Supervisor chowning the file-socket to 'user', too.
-- 
##############################
### Jordi Funollet
### http://www.terraquis.net

_______________________________________________
Supervisor-users mailing list
[email protected]
http://lists.supervisord.org/mailman/listinfo/supervisor-users

Reply via email to