Re: Possible serious bug in mod_fastcgi-2.4.6-AP22.dll

Richard Mansfield <[email protected]> Tue, 12 Apr 2011 05:59:40 -0400
Newsgroups gmane.comp.web.fastcgi.devel
Message-ID <[email protected]>
The lack of support for external servers, in practice, seems to be a
huge hole in the feature set. A large benefit of FCGI is in being able
to easily connect custom non-web applications to a webserver for eg.
providing data for existing web applications.

Zev, have you been able to trace through the server code and figure
out what is happening? I looked through fcgi_protocol_dequeue at
http://www.fastcgi.com/cvs/mod_fastcgi/fcgi_protocol.c and it looks
correct to me. Perhaps with more information a fix could still be
applied?

On Tue, Apr 12, 2011 at 5:49 AM, Darren Garvey <[email protected]> w=
rote:
> Hi Zev,
>
> On 12 April 2011 09:47, Zev Toledano <[email protected]> wrote:
>>
>> OK I did my part. I guess this project isn't as alive as I thought....
>
> AFAICT, mod_fastcgi hasn't had anyone maintaining it for quite some time.
> However, mod_fcgid is now part of Apache so you may consider "upgrading" =
to
> that module if you prefer to use maintained code.
> Be aware though that mod_fcgid doesn't support external servers and possi=
bly
> a couple of other features of mod_fastcgi.
> Regards,
> Darren
> _______________________________________________
> FastCGI-developers mailing list
> FastCGI-developers-xGejAJT2w6xVgU18Zptdi0EOCMrvLtNR@public.gmane.org
> http://mailman.pins.net/mailman/listinfo.cgi/fastcgi-developers
>
>



-- =

Thanks,
Rick