The following reply was made to PR general/1181; it has been noted by GNATS.
From: Charles Howes <[EMAIL PROTECTED]> To: Dean Gaudet <[EMAIL PROTECTED]> Subject: Re: general/1181: Too many virtual hosts cause cgi scripts to stop working Date: Tue, 30 Sep 1997 19:12:02 -0700 (PDT) On Tue, 30 Sep 1997, Dean Gaudet wrote: > Return-Path: <[EMAIL PROTECTED]> > Received: from swiss.ics.bc.ca (swiss3.ics.bc.ca [204.244.222.249]) by > cheddar.ics.bc.ca (8.8.5/8.8.3) with ESMTP id RAA24114 for <[EMAIL > PROTECTED]>; Tue, 30 Sep 1997 17:00:52 -0700 (PDT) > Received: from twinlark.arctic.org (twinlark.arctic.org [204.62.130.91]) by > swiss.ics.bc.ca (8.8.5/8.8.5) with SMTP id RAA13354 for <[EMAIL PROTECTED]>; > Tue, 30 Sep 1997 17:02:48 -0700 (PDT) > Received: (qmail 26491 invoked by uid 500); 1 Oct 1997 00:02:00 -0000 > Date: Tue, 30 Sep 1997 17:02:00 -0700 (PDT) > From: Dean Gaudet <[EMAIL PROTECTED]> > To: Charles Howes <[EMAIL PROTECTED]> > cc: [EMAIL PROTECTED] > Subject: Re: general/1181: Too many virtual hosts cause cgi scripts to stop > working > In-Reply-To: <[EMAIL PROTECTED]> > Message-ID: <[EMAIL PROTECTED]> > MIME-Version: 1.0 > Content-Type: TEXT/PLAIN; charset=US-ASCII > > Well I tried to avoid the need for that in 1.2.1 ... by using > fcntl(F_DUPFD) to move all the log file and socket descriptors above 15. > The code that does that should log (I don't think it does now) an error > message when it can't ... 'cause that's when Apache does know you're > probably close to trouble. That'd make it only log once per reboot and > impose no performance difficulties ... and probably be portable enough. > > Hmm. > > Dean Looking forward to 1.2.5! :-) -- Charles Howes -- [EMAIL PROTECTED]
