Received: by taz.hyperreal.com (8.7.6/V2.0) id LAA16378; Wed, 23 Oct 1996 11:53:49 -0700 (PDT) Received: by taz.hyperreal.com (8.7.6/V2.0) id LAA16370; Wed, 23 Oct 1996 11:53:48 -0700 (PDT) Date: Wed, 23 Oct 1996 11:53:48 -0700 (PDT) From: Brian Behlendorf Message-Id: <199610231853.LAA16370@taz.hyperreal.com> To: apache-cvs@hyperreal.com Subject: cvs commit: apache/support httpd_monitor.c Sender: owner-apache-cvs@apache.org Precedence: bulk Reply-To: new-httpd@hyperreal.com 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 . ! * $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 . ! * $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 #include #include ! #include "scoreboard.h" ! #include "httpd.h" #define PIDFILE_OPT "PidFile" #define SCORE_OPT "ScoreBoardFile" --- 80,87 ---- #include #include #include ! #include "../src/httpd.h" ! #include "../src/scoreboard.h" #define PIDFILE_OPT "PidFile" #define SCORE_OPT "ScoreBoardFile"