On 24/01/2016 19:12, fREW Schmidt wrote:
The problem is, if one of the services `run` files changes this will not affect the running services (which includes the www service.) I know I could force the running supervisor (runsvdir currently) to restart but the http response would end up being a 502 because the www service would exit before writing the response.
If your httpd is ucspi/inetd-based, you'll be fine, because the listener process will be restarted but the serving processes will not. -- Laurent
