Original author: alobbs (January 19, 2010 12:40:07)
Cherokee has been shipping a secondary FastCGI handler for quite a long
time now. It is basically able to handle multiplexed FastCGI requests through
the same TCP connection.
It's been hidden in the administration interface because, even though the part
of the FastCGI spec, many of the most common FastCGI applications do not
support it; or even worse, they have fail prone implementations (php-cgi).
I'm removing this handler_fastcgi from the main source tree by now. There is
no point shipping it any longer until we figure how to make it work with every
FastCGI application.
Original author: alobbs (January 19, 2010 12:40:07)
Cherokee has been shipping a secondary FastCGI handler for quite a long time now. It is basically able to handle multiplexed FastCGI requests through the same TCP connection.
It's been hidden in the administration interface because, even though the part of the FastCGI spec, many of the most common FastCGI applications do not support it; or even worse, they have fail prone implementations (php-cgi).
I'm removing this handler_fastcgi from the main source tree by now. There is no point shipping it any longer until we figure how to make it work with every FastCGI application.
The source code is attached.
Original issue: http://code.google.com/p/cherokee/issues/detail?id=714