Return-Path: Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 51798 invoked by uid 500); 28 Feb 2002 08:38:41 -0000 Mailing-List: contact dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 51785 invoked from network); 28 Feb 2002 08:38:41 -0000 Message-ID: <3C7DECA0.6010402@cnet.com> Date: Thu, 28 Feb 2002 00:38:56 -0800 From: Brian Pane User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.5) Gecko/20011011 X-Accept-Language: en-us MIME-Version: 1.0 To: dev@httpd.apache.org Subject: Re: Small change to default log file names References: <000301c1c02a$3c280660$0a01230a@KOJ> <20020227234042.B15055@clove.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Aaron Bannert wrote: >On Wed, Feb 27, 2002 at 11:33:36PM -0800, Ryan Bloom wrote: > >>Can we change the default log file names form _log to .log? I have >>moved to Windows recently (work requires it), and on Windows, files must >>have an extension in order to be able to associate the file with a >>program. I think it would be useful to our users to change this in the >>default config file. >> > >How about just calling it "foo_log.txt" on Windows, the same way >we have .exe on the end of our support binaries? The only reason >I wouldn't want to change what we have now is for the sake of >the billions of places where it's hardcoded to error_log and >access_log in automated scripts. This may or may not be a valid >concern. > I agree: better to change it to *.log just on Windows and leave the original *_log for the other platforms, for compatibility with external scripts. --Brian