From 82f45de1f45b92a89e710b480b9cfe75ab7b069a Mon Sep 17 00:00:00 2001 From: Fredrik Tolf Date: Fri, 17 Sep 2010 02:35:27 +0200 Subject: [PATCH] doc: Mentioned patplex's handling of SIGHUP. --- doc/patplex.doc | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/doc/patplex.doc b/doc/patplex.doc index 657bd45..633b22e 100644 --- a/doc/patplex.doc +++ b/doc/patplex.doc @@ -135,6 +135,17 @@ Additionally, a *match* stanza may contain a *restpat* line: If no *match* stanza matches, a 404 response is returned to the client. +SIGNALS +------- + +SIGHUP:: + + Reread the given configuration file (but not the global + file). If any named handlers, as specified by *child* stanzas, + are currently running and have stanzas with matching names in + the new file, they are left running for those stanzas (even if + the *exec* line has changed). + EXAMPLES -------- -- 2.11.0