BUG/MINOR: mux-fcgi: Expose SERVER_SOFTWARE parameter by default
authorChristopher Faulet <cfaulet@haproxy.com>
Fri, 11 Jun 2021 11:34:42 +0000 (13:34 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 11 Jun 2021 12:15:48 +0000 (14:15 +0200)
commit5cd0e528cf2bed6eb1f79582ef89cf1667337e46
tree0538db4aaae32eb65b8c0d8d243bc59b5455b164
parent1cf414b522b465c97e5e87e4e38be93e6f634b32
BUG/MINOR: mux-fcgi: Expose SERVER_SOFTWARE parameter by default

As specified in the RFC3875 (section 4.1.17), this parameter must be set to
the name and version of the information server software making the CGI
request. Thus, it is now added to the default parameters defined by
HAProxy. It is set to the string "HAProxy $version".

This patch should fix the issue #1285 and must be backported as far as 2.2.
doc/configuration.txt
src/mux_fcgi.c