mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2024-12-23 13:17:16 +00:00
MINOR: doc: add master-worker in the man page
Add some information about the master-worker in the man page. Should be backported in every version since 1.8.
This commit is contained in:
parent
971c3943be
commit
95635ddac8
@ -6,7 +6,7 @@ HAProxy \- fast and reliable http reverse proxy and load balancer
|
|||||||
|
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
|
||||||
haproxy \-f <configuration\ file|dir> [\-L\ <name>] [\-n\ maxconn] [\-N\ maxconn] [\-C\ <dir>] [\-v|\-vv] [\-d] [\-D] [\-q] [\-V] [\-c] [\-p\ <pidfile>] [\-dk] [\-ds] [\-de] [\-dp] [\-db] [\-dM[<byte>]] [\-m\ <megs>] [\-x <unix_socket>] [{\-sf|\-st}\ pidlist...]
|
haproxy \-f <configuration\ file|dir> [\-L\ <name>] [\-n\ maxconn] [\-N\ maxconn] [\-C\ <dir>] [\-v|\-vv] [\-d] [\-D] [\-W] [\-Ws] [\-q] [\-V] [\-c] [\-p\ <pidfile>] [\-dk] [\-ds] [\-de] [\-dp] [\-db] [\-dM[<byte>]] [\-m\ <megs>] [\-x <unix_socket>] [{\-sf|\-st}\ pidlist...]
|
||||||
|
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
|
|
||||||
@ -77,6 +77,16 @@ starting up.
|
|||||||
\fB\-D\fP
|
\fB\-D\fP
|
||||||
Start in daemon mode.
|
Start in daemon mode.
|
||||||
|
|
||||||
|
.TP
|
||||||
|
\fB\-W\fP
|
||||||
|
Start in master-worker mode. Could be used either with foreground or daemon
|
||||||
|
mode.
|
||||||
|
|
||||||
|
.TP
|
||||||
|
\fB\-Ws\fP
|
||||||
|
Start in master-worker mode with systemd notify support. It tells systemd when
|
||||||
|
the process is ready. This mode forces foreground.
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
\fB\-q\fP
|
\fB\-q\fP
|
||||||
Disable messages on output.
|
Disable messages on output.
|
||||||
@ -177,6 +187,9 @@ Some signals have a special meaning for the haproxy daemon. Generally, they are
|
|||||||
\- \fBSIGUSR1\fP
|
\- \fBSIGUSR1\fP
|
||||||
Tells the daemon to stop all proxies and exit once all sessions are closed. It is often referred to as the "soft-stop" signal.
|
Tells the daemon to stop all proxies and exit once all sessions are closed. It is often referred to as the "soft-stop" signal.
|
||||||
.TP
|
.TP
|
||||||
|
\- \fBSIGUSR2\fP
|
||||||
|
In master-worker mode, reloads the configuration and sends a soft-stop signal to old processes.
|
||||||
|
.TP
|
||||||
\- \fBSIGTTOU\fP
|
\- \fBSIGTTOU\fP
|
||||||
Tells the daemon to stop listening to all sockets. Used internally by \fB\-sf\fP and \fB\-st\fP.
|
Tells the daemon to stop listening to all sockets. Used internally by \fB\-sf\fP and \fB\-st\fP.
|
||||||
.TP
|
.TP
|
||||||
|
Loading…
Reference in New Issue
Block a user