]> git.kaiwu.me - haproxy.git/commit
[DOC] Make the status listener example complete.
authorJan-Frode Myklebust <janfrode@tanso.net>
Mon, 16 Mar 2009 12:24:45 +0000 (13:24 +0100)
committerWilly Tarreau <w@1wt.eu>
Sun, 10 May 2009 16:19:21 +0000 (18:19 +0200)
commit8be8d61d7fb0e9f426d10e4220dd851e5fd38e7c
treec84471c949014765714dec57733d55e6fa481f12
parent772a8f38eb127256ef595b73e6b95ed2b5ee30b0
[DOC] Make the status listener example complete.

The example for configuration of "Status report in HTML page"
in haproxy-en.txt/haproxy-fr.txt is incomplete. Gives me the
below error, and had me scratching my head a bit :-)

[ALERT] 074/131807 (26359) : parsing /etc/haproxy/haproxy.cfg : listener
stats has no dispatch address and is not in transparent or balance mode.
[ALERT] 074/131807 (26359) : Errors found in configuration file, aborting.
[ALERT] 074/131807 (26359) : Error reading configuration file :
/etc/haproxy/haproxy.cfg

If adding "balance roundrobin" to the stats stanza is the right fix,
please apply the attached documentation patch to haproxy v1.2 and v1.3.

[w@1wt.eu: this is the right fix up to 1.3.15, not needed in 1.3.16]
(cherry picked from commit dad07a861200d84f68c19de7e84f775b2a0e6cbb)
doc/haproxy-en.txt
doc/haproxy-fr.txt