Received: (from majordom@localhost) by hyperreal.org (8.8.5/8.8.5) id LAA07674; Fri, 5 Sep 1997 11:19:05 -0700 (PDT) Received: from veal.organic.com (h20.n145.organic.com [204.152.145.20]) by hyperreal.org (8.8.5/8.8.5) with ESMTP id LAA07641 for ; Fri, 5 Sep 1997 11:19:00 -0700 (PDT) Received: from localhost (akosut@localhost) by veal.organic.com (8.8.3/8.6.12) with SMTP id LAA21561 for ; Fri, 5 Sep 1997 11:18:59 -0700 (PDT) X-Authentication-Warning: veal.organic.com: akosut owned process doing -bs Date: Fri, 5 Sep 1997 11:18:57 -0700 (PDT) From: Alexei Kosut To: Apache Subject: Status on Windows Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: new-httpd-owner@apache.org Precedence: bulk Reply-To: new-httpd@apache.org As a bug reporter pointed out, Apache on Windows uses short status reports, with no way to easily change them to long ones - and it gives you a message about changing Configuration, which is incorrect. Since the rationale for short/long scoreboards was to save space and time when writing scoreboards to disk on systems that do that, and since on Windows, the scoreboard is just a normal chunk of memory allocated by malloc(), is there any reason we shouldn't just do this? (untested) Index: conf.h =================================================================== RCS file: /export/home/cvs/apachen/src/main/conf.h,v retrieving revision 1.130 diff -u -r1.130 conf.h --- conf.h 1997/08/28 01:36:59 1.130 +++ conf.h 1997/09/05 18:18:40 @@ -630,6 +630,7 @@ chdir() */ #include +#define STATUS #define WIN32_LEAN_AND_MEAN #define STRICT #define NO_UNISTD_H -- Alexei Kosut