Hello,

First off, thanks to all who have answered my questions in the past.

I don't quite understand the differences between supervisorctl restart and
supervisorctl reload. Intuitively, I would say that reload means reloading
the configuration file without restarting the various commands, while
restarting allows to reload the configuration file and restart specific or
all the commands. Is that right?

In the context of the section
[fcgi-program:backend]
command: /app.fcgi
numprocs:5

If I change numprocs to 10, do I only need a "supervisorctl reload"?

If I install a new version of app.fcgi, still named app.fcgi, do I only
need a "supervisorctl restart backend:*"?

When I run the above commands from an apache user, for instance through a
php script exec("supervisorctl restart backend"), failures occur because
the sockets are for the user root; Is there a better strategy then
changing the permissions on the sockets.

Thank you

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

Reply via email to