You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by Brian Behlendorf <br...@hyperreal.com> on 1996/10/23 20:53:48 UTC

cvs commit: apache/support httpd_monitor.c

brian       96/10/23 11:53:47

  Modified:    support   httpd_monitor.c
  Log:
  Needed to rearrange order of included file to get HARD_SERVER_MAX properly.
  
  Revision  Changes    Path
  1.3       +3 -3      apache/support/httpd_monitor.c
  
  Index: httpd_monitor.c
  ===================================================================
  RCS file: /export/home/cvs/apache/support/httpd_monitor.c,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -C3 -r1.2 -r1.3
  *** httpd_monitor.c	1996/08/20 13:25:07	1.2
  --- httpd_monitor.c	1996/10/23 18:53:46	1.3
  ***************
  *** 49,55 ****
     * For more information on the Apache Group and the Apache HTTP server
     * project, please see <http://www.apache.org/>.
    
  !  * $Id: httpd_monitor.c,v 1.2 1996/08/20 13:25:07 paul Exp $
    
    
     * simple script to monitor the child Apache processes
  --- 49,55 ----
     * For more information on the Apache Group and the Apache HTTP server
     * project, please see <http://www.apache.org/>.
    
  !  * $Id: httpd_monitor.c,v 1.3 1996/10/23 18:53:46 brian Exp $
    
    
     * simple script to monitor the child Apache processes
  ***************
  *** 80,87 ****
    #include <string.h>
    #include <sys/types.h>
    #include <sys/stat.h>
  ! #include "scoreboard.h"
  ! #include "httpd.h"
    
    #define PIDFILE_OPT		"PidFile"
    #define	SCORE_OPT		"ScoreBoardFile"
  --- 80,87 ----
    #include <string.h>
    #include <sys/types.h>
    #include <sys/stat.h>
  ! #include "../src/httpd.h"
  ! #include "../src/scoreboard.h"
    
    #define PIDFILE_OPT		"PidFile"
    #define	SCORE_OPT		"ScoreBoardFile"