You are viewing a plain text version of this content. The canonical link for it is here.
Posted to announce@apache.org by Jeff Trawick <tr...@apache.org> on 2012/04/23 13:25:57 UTC

[ANNOUNCE] mod_fcgid 2.3.7 is released

         mod_fcgid 2.3.7 Released

  The Apache Software Foundation and the Apache HTTP Server Project are
  pleased to announce the release of version 2.3.7 of mod_fcgid, a
  FastCGI implementation for Apache HTTP Server versions 2.0, 2.2, and
  2.4.  This version of mod_fcgid is a bug fix release.

  mod_fcgid is available for download from:

    http://httpd.apache.org/download.cgi#mod_fcgid

  A full list of changes in this release follows:

  *) Introduce FcgidWin32PreventOrphans directive on Windows to use OS
     Job Control Objects to terminate all running fcgi's when the worker
     process has been abruptly terminated. PR: 51078
     [Thangaraj AntonyCrouse <thangaraj gmail.com>]

  *) Periodically clean out the brigades which are pulling in the request
     body for handoff to the fcgid child. PR: 51749
     [Dominic Benson <dominic.benson thirdlight.com>]

  *) Resolve crash during graceful restarts. PR 50309
     [Mario Brandt <JBlond gmail.com>]

  *) Solve latency/cogestion of resolving effective user file access rights
     when no such info is desired, for config related filename stats.
     PR: 51020 [Thangaraj AntonyCrouse <thangaraj gmail.com>, William Rowe]

  *) Fix regression in 2.3.6 which broke process controls when using vhost-
     specific configuration.  [Jeff Trawick]

  *) Account for first process in class in the spawn score.  [Jeff Trawick]

Re: [ANNOUNCE] mod_fcgid 2.3.7 is released

Posted by Jeff Trawick <tr...@gmail.com>.
On Mon, Apr 23, 2012 at 4:34 PM, Jeff Trawick <tr...@gmail.com> wrote:
> On Mon, Apr 23, 2012 at 3:00 PM, Michael Felt <ma...@gmail.com> wrote:
>> :) I'll try again tomorrow
>>
>> following link: from http://httpd.apache.org/download.html#mod_fcgid to
>> http://httpd.apache.org/%5Bpreferred%5D/httpd/mod_fcgid/mod_fcgid-2.3.7.tar.bz2
>> The requested URL /[preferred]/httpd/mod_fcgid/mod_fcgid-2.3.7.tar.bz2 was
>> not found on this server.
>
> Hmmm, it is broken for me too.  In fact all mirrored downloads are busted.

Uhh, where did you find the link to "download.html"?  It should be
"download.cgi" as in the announcement.

>
> I tried it just after committing and downloaded several of the
> artifacts successfully.
>
> I'll see if something bad was in my site commit.
>
>>
>>
>> On Mon, Apr 23, 2012 at 1:25 PM, Jeff Trawick <tr...@apache.org> wrote:
>>>
>>>         mod_fcgid 2.3.7 Released
>>>
>>>  The Apache Software Foundation and the Apache HTTP Server Project are
>>>  pleased to announce the release of version 2.3.7 of mod_fcgid, a
>>>  FastCGI implementation for Apache HTTP Server versions 2.0, 2.2, and
>>>  2.4.  This version of mod_fcgid is a bug fix release.
>>>
>>>  mod_fcgid is available for download from:
>>>
>>>    http://httpd.apache.org/download.cgi#mod_fcgid
>>>
>>>  A full list of changes in this release follows:
>>>
>>>  *) Introduce FcgidWin32PreventOrphans directive on Windows to use OS
>>>     Job Control Objects to terminate all running fcgi's when the worker
>>>     process has been abruptly terminated. PR: 51078
>>>     [Thangaraj AntonyCrouse <thangaraj gmail.com>]
>>>
>>>  *) Periodically clean out the brigades which are pulling in the request
>>>     body for handoff to the fcgid child. PR: 51749
>>>     [Dominic Benson <dominic.benson thirdlight.com>]
>>>
>>>  *) Resolve crash during graceful restarts. PR 50309
>>>     [Mario Brandt <JBlond gmail.com>]
>>>
>>>  *) Solve latency/cogestion of resolving effective user file access rights
>>>     when no such info is desired, for config related filename stats.
>>>     PR: 51020 [Thangaraj AntonyCrouse <thangaraj gmail.com>, William Rowe]
>>>
>>>  *) Fix regression in 2.3.6 which broke process controls when using vhost-
>>>     specific configuration.  [Jeff Trawick]
>>>
>>>  *) Account for first process in class in the spawn score.  [Jeff Trawick]
>>
>>
>
>
>
> --
> Born in Roswell... married an alien...
> http://emptyhammock.com/



-- 
Born in Roswell... married an alien...
http://emptyhammock.com/

Re: [ANNOUNCE] mod_fcgid 2.3.7 is released

Posted by Jeff Trawick <tr...@gmail.com>.
On Mon, Apr 23, 2012 at 4:34 PM, Jeff Trawick <tr...@gmail.com> wrote:
> On Mon, Apr 23, 2012 at 3:00 PM, Michael Felt <ma...@gmail.com> wrote:
>> :) I'll try again tomorrow
>>
>> following link: from http://httpd.apache.org/download.html#mod_fcgid to
>> http://httpd.apache.org/%5Bpreferred%5D/httpd/mod_fcgid/mod_fcgid-2.3.7.tar.bz2
>> The requested URL /[preferred]/httpd/mod_fcgid/mod_fcgid-2.3.7.tar.bz2 was
>> not found on this server.
>
> Hmmm, it is broken for me too.  In fact all mirrored downloads are busted.

Uhh, where did you find the link to "download.html"?  It should be
"download.cgi" as in the announcement.

>
> I tried it just after committing and downloaded several of the
> artifacts successfully.
>
> I'll see if something bad was in my site commit.
>
>>
>>
>> On Mon, Apr 23, 2012 at 1:25 PM, Jeff Trawick <tr...@apache.org> wrote:
>>>
>>>         mod_fcgid 2.3.7 Released
>>>
>>>  The Apache Software Foundation and the Apache HTTP Server Project are
>>>  pleased to announce the release of version 2.3.7 of mod_fcgid, a
>>>  FastCGI implementation for Apache HTTP Server versions 2.0, 2.2, and
>>>  2.4.  This version of mod_fcgid is a bug fix release.
>>>
>>>  mod_fcgid is available for download from:
>>>
>>>    http://httpd.apache.org/download.cgi#mod_fcgid
>>>
>>>  A full list of changes in this release follows:
>>>
>>>  *) Introduce FcgidWin32PreventOrphans directive on Windows to use OS
>>>     Job Control Objects to terminate all running fcgi's when the worker
>>>     process has been abruptly terminated. PR: 51078
>>>     [Thangaraj AntonyCrouse <thangaraj gmail.com>]
>>>
>>>  *) Periodically clean out the brigades which are pulling in the request
>>>     body for handoff to the fcgid child. PR: 51749
>>>     [Dominic Benson <dominic.benson thirdlight.com>]
>>>
>>>  *) Resolve crash during graceful restarts. PR 50309
>>>     [Mario Brandt <JBlond gmail.com>]
>>>
>>>  *) Solve latency/cogestion of resolving effective user file access rights
>>>     when no such info is desired, for config related filename stats.
>>>     PR: 51020 [Thangaraj AntonyCrouse <thangaraj gmail.com>, William Rowe]
>>>
>>>  *) Fix regression in 2.3.6 which broke process controls when using vhost-
>>>     specific configuration.  [Jeff Trawick]
>>>
>>>  *) Account for first process in class in the spawn score.  [Jeff Trawick]
>>
>>
>
>
>
> --
> Born in Roswell... married an alien...
> http://emptyhammock.com/



-- 
Born in Roswell... married an alien...
http://emptyhammock.com/

Re: [ANNOUNCE] mod_fcgid 2.3.7 is released

Posted by Jeff Trawick <tr...@gmail.com>.
On Mon, Apr 23, 2012 at 3:00 PM, Michael Felt <ma...@gmail.com> wrote:
> :) I'll try again tomorrow
>
> following link: from http://httpd.apache.org/download.html#mod_fcgid to
> http://httpd.apache.org/%5Bpreferred%5D/httpd/mod_fcgid/mod_fcgid-2.3.7.tar.bz2
> The requested URL /[preferred]/httpd/mod_fcgid/mod_fcgid-2.3.7.tar.bz2 was
> not found on this server.

Hmmm, it is broken for me too.  In fact all mirrored downloads are busted.

I tried it just after committing and downloaded several of the
artifacts successfully.

I'll see if something bad was in my site commit.

>
>
> On Mon, Apr 23, 2012 at 1:25 PM, Jeff Trawick <tr...@apache.org> wrote:
>>
>>         mod_fcgid 2.3.7 Released
>>
>>  The Apache Software Foundation and the Apache HTTP Server Project are
>>  pleased to announce the release of version 2.3.7 of mod_fcgid, a
>>  FastCGI implementation for Apache HTTP Server versions 2.0, 2.2, and
>>  2.4.  This version of mod_fcgid is a bug fix release.
>>
>>  mod_fcgid is available for download from:
>>
>>    http://httpd.apache.org/download.cgi#mod_fcgid
>>
>>  A full list of changes in this release follows:
>>
>>  *) Introduce FcgidWin32PreventOrphans directive on Windows to use OS
>>     Job Control Objects to terminate all running fcgi's when the worker
>>     process has been abruptly terminated. PR: 51078
>>     [Thangaraj AntonyCrouse <thangaraj gmail.com>]
>>
>>  *) Periodically clean out the brigades which are pulling in the request
>>     body for handoff to the fcgid child. PR: 51749
>>     [Dominic Benson <dominic.benson thirdlight.com>]
>>
>>  *) Resolve crash during graceful restarts. PR 50309
>>     [Mario Brandt <JBlond gmail.com>]
>>
>>  *) Solve latency/cogestion of resolving effective user file access rights
>>     when no such info is desired, for config related filename stats.
>>     PR: 51020 [Thangaraj AntonyCrouse <thangaraj gmail.com>, William Rowe]
>>
>>  *) Fix regression in 2.3.6 which broke process controls when using vhost-
>>     specific configuration.  [Jeff Trawick]
>>
>>  *) Account for first process in class in the spawn score.  [Jeff Trawick]
>
>



-- 
Born in Roswell... married an alien...
http://emptyhammock.com/