You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you are using apache, you can configure the FastCGI module to launch and manage the daemon itself. For this to work you must omit the "--target" option from the command and the daemon will instead listen for incoming connections on FCGI_LISTENSOCK_FILENO (STDIN).
@@ -31,6 +31,9 @@ stable release is expected by September 2015.
31
31
32
32
## Updates
33
33
34
+
### v0.3.0
35
+
- Upgraded to use FastCGIDaemon v0.3.0
36
+
34
37
### v0.2.0
35
38
- Upgraded to use FastCGIDaemon v0.2.0 and Symfony 2.7 with PSR-7 messages
0 commit comments