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

Mailing List Archive: Apache: Dev

mod_fcgid 2.3.4 (fixconf.sed broken)

 

 

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


dhulme at gmail

Oct 19, 2009, 3:00 PM

Post #1 of 2 (108 views)
Permalink
mod_fcgid 2.3.4 (fixconf.sed broken)

---------- Forwarded message ----------
From: Dan Hulme <dhulme[at]gmail.com>
Date: Mon, Oct 19, 2009 at 2:50 PM
Subject: mod_fcgid 2.3.4 (fixconf.sed broken)
To: dev[at]httpd.apache.org


Several variables, including

MaxRequestsPerProcess
MaxRequestInMem
MaxRequestLen

are not correctly replaced by fixconf.sed, and instead result in:

FcgidFcgidMaxRequestsPerProcess 500
FcgidFcgidMaxRequestInMem
FcgidFcgidMaxRequestLen

Perhaps the regular expression was intended to be

s/\([^d]\)

rather than

s/\([^D]\)

Since Fcgid does not end with a capital "D".

-Dan


trawick at gmail

Oct 20, 2009, 4:41 AM

Post #2 of 2 (89 views)
Permalink
Re: mod_fcgid 2.3.4 (fixconf.sed broken) [In reply to]

On Mon, Oct 19, 2009 at 6:00 PM, Dan Hulme <dhulme[at]gmail.com> wrote:
> ---------- Forwarded message ----------
> From: Dan Hulme <dhulme[at]gmail.com>
> Date: Mon, Oct 19, 2009 at 2:50 PM
> Subject: mod_fcgid 2.3.4 (fixconf.sed broken)
> To: dev[at]httpd.apache.org
>
>
> Several variables, including
>
> MaxRequestsPerProcess
> MaxRequestInMem
> MaxRequestLen
>
> are not correctly replaced by fixconf.sed, and instead result in:
>
> FcgidFcgidMaxRequestsPerProcess 500
> FcgidFcgidMaxRequestInMem
> FcgidFcgidMaxRequestLen
>
> Perhaps the regular expression was intended to be
>
> s/\([^d]\)
>
> rather than
>
> s/\([^D]\)
>
> Since Fcgid does not end with a capital "D".

yep; thanks!
(http://svn.apache.org/viewvc?view=revision&revision=827039)

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


Interested in having your list archived? Contact lists@gossamer-threads.com
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.