You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by Alexei Kosut <ak...@hyperreal.org> on 1997/09/09 20:37:00 UTC

cvs commit: apachen/src/main conf.h

akosut      97/09/09 11:36:59

  Modified:    src      CHANGES
               src/main conf.h
  Log:
  Have Windows do full status reports with mod_status.
  
  PR: 1094
  Reviewed by: Ben Laurie
  
  Revision  Changes    Path
  1.431     +3 -0      apachen/src/CHANGES
  
  Index: CHANGES
  ===================================================================
  RCS file: /export/home/cvs/apachen/src/CHANGES,v
  retrieving revision 1.430
  retrieving revision 1.431
  diff -u -u -r1.430 -r1.431
  --- CHANGES	1997/09/09 11:06:55	1.430
  +++ CHANGES	1997/09/09 18:36:53	1.431
  @@ -1,5 +1,8 @@
   Changes with Apache 1.3b1
   
  +  *) Windows now defaults to using full status reports with mod_status.
  +     [Alexei Kosut, PR #1094]
  +
     *) *Really* disable all mod_rewrite operations if the engine is off.
        Some things (like RewriteMaps) were checked/performed even if they
        weren't supposed to be.  [Ken Coar, PR #991]
  
  
  
  1.131     +1 -0      apachen/src/main/conf.h
  
  Index: conf.h
  ===================================================================
  RCS file: /export/home/cvs/apachen/src/main/conf.h,v
  retrieving revision 1.130
  retrieving revision 1.131
  diff -u -u -r1.130 -r1.131
  --- conf.h	1997/08/28 01:36:59	1.130
  +++ conf.h	1997/09/09 18:36:58	1.131
  @@ -630,6 +630,7 @@
      chdir() */
   #include <direct.h>
   
  +#define STATUS
   #define WIN32_LEAN_AND_MEAN
   #define STRICT
   #define NO_UNISTD_H