
trawick at gmail
Oct 20, 2009, 4:41 AM
Post #2 of 2
(89 views)
Permalink
|
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)
|