Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Apache: Dev

[ANNOUNCE] mod_fcgid 2.3.7 is released

 

 

Apache dev RSS feed   Index | Next | Previous | View Threaded


trawick at apache

Apr 23, 2012, 4:25 AM

Post #1 of 4 (251 views)
Permalink
[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]


trawick at gmail

Apr 23, 2012, 1:34 PM

Post #2 of 4 (235 views)
Permalink
Re: [ANNOUNCE] mod_fcgid 2.3.7 is released [In reply to]

On Mon, Apr 23, 2012 at 3:00 PM, Michael Felt <mamfelt [at] gmail> 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 <trawick [at] apache> 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/


trawick at gmail

Apr 23, 2012, 1:42 PM

Post #3 of 4 (233 views)
Permalink
Re: [ANNOUNCE] mod_fcgid 2.3.7 is released [In reply to]

On Mon, Apr 23, 2012 at 4:34 PM, Jeff Trawick <trawick [at] gmail> wrote:
> On Mon, Apr 23, 2012 at 3:00 PM, Michael Felt <mamfelt [at] gmail> 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 <trawick [at] apache> 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/


trawick at gmail

Apr 23, 2012, 2:29 PM

Post #4 of 4 (231 views)
Permalink
Re: [ANNOUNCE] mod_fcgid 2.3.7 is released [In reply to]

On Mon, Apr 23, 2012 at 4:34 PM, Jeff Trawick <trawick [at] gmail> wrote:
> On Mon, Apr 23, 2012 at 3:00 PM, Michael Felt <mamfelt [at] gmail> 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 <trawick [at] apache> 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/

Apache dev RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.