You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by be...@hyperreal.org on 1997/12/14 15:26:14 UTC

cvs commit: apachen/src/modules/standard mod_status.c

ben         97/12/14 06:26:13

  Modified:    src      CHANGES
               src/modules/standard mod_status.c
  Log:
  Correct header for Win32.
  
  Revision  Changes    Path
  1.526     +2 -0      apachen/src/CHANGES
  
  Index: CHANGES
  ===================================================================
  RCS file: /export/home/cvs/apachen/src/CHANGES,v
  retrieving revision 1.525
  retrieving revision 1.526
  diff -u -r1.525 -r1.526
  --- CHANGES	1997/12/12 08:09:17	1.525
  +++ CHANGES	1997/12/14 14:26:11	1.526
  @@ -1,5 +1,7 @@
   Changes with Apache 1.3b4
   
  +  *) WIN32: mod_status display header didn't match fields. [Ben Laurie]
  +
     *) The pthread_mutex_* functions return an error code, and don't
        set errno.  [Igor Tatarinov <ta...@prairie.NoDak.edu>]
   
  
  
  
  1.67      +1 -1      apachen/src/modules/standard/mod_status.c
  
  Index: mod_status.c
  ===================================================================
  RCS file: /export/home/cvs/apachen/src/modules/standard/mod_status.c,v
  retrieving revision 1.66
  retrieving revision 1.67
  diff -u -r1.66 -r1.67
  --- mod_status.c	1997/10/22 20:30:30	1.66
  +++ mod_status.c	1997/12/14 14:26:13	1.67
  @@ -429,7 +429,7 @@
   	if (no_table_report)
   	    rputs("<p><hr><h2>Server Details</h2>\n\n", r);
   	else
  -#ifdef __EMX__
  +#ifdef NO_TIMES
   	    /* Allow for OS/2 not having CPU stats */
   	    rputs("<p>\n\n<table border=0><tr><th>Srv<th>PID<th>Acc<th>M\n<th>SS<th>Req<th>Conn<th>Child<th>Slot<th>Host<th>VHost<th>Request</tr>\n\n", r);
   #else