Dolda2000 GitWeb
/
ashd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1406acb
)
doc: Mentioned patplex's handling of SIGHUP.
author
Fredrik Tolf
<fredrik@dolda2000.com>
Fri, 17 Sep 2010 00:35:27 +0000
(
02:35
+0200)
committer
Fredrik Tolf
<fredrik@dolda2000.com>
Fri, 17 Sep 2010 00:35:27 +0000
(
02:35
+0200)
doc/patplex.doc
patch
|
blob
|
blame
|
history
diff --git
a/doc/patplex.doc
b/doc/patplex.doc
index
657bd45
..
633b22e
100644
(file)
--- 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
--------