Imdad <[email protected]> wrote: > Thanks Eric, not how to do > 2) SIGHUP master to reload new config # manual step to fix up config > 3) proceed with SIGUSR2 as usual
I think you need to do this fix manually by logging into your server:
kill -HUP $(cat /path/to/pid/file)
kill -USR2 $(cat /path/to/pid/file)
(SIGUSR2 is what you were doing before with the reexec)
> Also not sure how did i send HTML portions
Your initial message got through fine (HTML is given a high spam score).
