File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 37
37
same time. Specifying a log filename of ``syslog`` is still supported
38
38
but deprecated. Patch by Jason R. Coombs.
39
39
40
+ - FastCGI programs (``[fcgi-program:x]`` sections) can now be used in
41
+ groups. Patch by Florian Apolloner.
42
+
40
43
- Fixed a bug where ``SupervisorTransport`` (the XML-RPC transport used with
41
44
Unix domain sockets) did not close the connection when ``close()`` was
42
45
called on it. Patch by Jérome Perrin.
Original file line number Diff line number Diff line change @@ -1282,6 +1282,11 @@ the web server and the process manager to each do what they do best.
1282
1282
number ``0 `` (zero). When the last child in the group exits,
1283
1283
Supervisor will close the socket.
1284
1284
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
+
1285
1290
All the options available to ``[program:x] `` sections are
1286
1291
also respected by ``fcgi-program `` sections.
1287
1292
You can’t perform that action at this time.
0 commit comments