Skip to content

Commit 3b756f5

Browse files
committed
Add changelog entry and docs for a0ee8f1
1 parent 42561f1 commit 3b756f5

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

CHANGES.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@
3737
same time. Specifying a log filename of ``syslog`` is still supported
3838
but deprecated. Patch by Jason R. Coombs.
3939

40+
- FastCGI programs (``[fcgi-program:x]`` sections) can now be used in
41+
groups. Patch by Florian Apolloner.
42+
4043
- Fixed a bug where ``SupervisorTransport`` (the XML-RPC transport used with
4144
Unix domain sockets) did not close the connection when ``close()`` was
4245
called on it. Patch by Jérome Perrin.

docs/configuration.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1282,6 +1282,11 @@ the web server and the process manager to each do what they do best.
12821282
number ``0`` (zero). When the last child in the group exits,
12831283
Supervisor will close the socket.
12841284

1285+
.. note::
1286+
1287+
Prior to Supervisor 3.4.0, FastCGI programs (``[fcgi-program:x]``)
1288+
could not be referenced in groups (``[group:x]``).
1289+
12851290
All the options available to ``[program:x]`` sections are
12861291
also respected by ``fcgi-program`` sections.
12871292

0 commit comments

Comments
 (0)