cvs commit: apache/src mod_status.c util.c conf.h

1997-07-26 Thread Dean Gaudet
dgaudet 97/07/26 18:21:43 Modified:src mod_status.c util.c conf.h Log: Move difftime() defn from mod_status.c to util.c, and test NEED_DIFFTIME. Only SUNOS4 uses NEED_DIFFTIME. Revision ChangesPath 1.55 +0 -9 apache/src/mod_status.c Index: mod_statu

cvs commit: apache/src mod_status.c

1997-07-05 Thread Marc Slemko
marc97/07/05 10:42:40 Modified:src mod_status.c Log: Remove extra !exists_scoreboard_image() call. Revision ChangesPath 1.50 +0 -1 apache/src/mod_status.c Index: mod_status.c ===

cvs commit: apache/src mod_status.c

1997-07-05 Thread Marc Slemko
marc97/07/05 10:42:13 Modified:src Tag: APACHE_1_2_X mod_status.c Log: Remove extra exists_scoreboard_image() call. Revision ChangesPath No revision No revision 1.47.2.2 +0 -1 apache/src/mod_status.c

cvs commit: apache/src mod_status.c

1997-07-03 Thread Jim Jagielski
jim 97/07/03 14:27:24 Modified:src mod_status.c Log: Adjust status report so the PID field for dead processes makes more sense for the generic user. Previously, it printed out the PID of the parent httpd process (which is what Apache sets it to internally). Now we jus

cvs commit: apache/src mod_status.c

1997-01-25 Thread Jim Jagielski
jim 97/01/25 14:57:20 Modified:src mod_status.c Log: Open sounds better Revision ChangesPath 1.41 +1 -1 apache/src/mod_status.c Index: mod_status.c === RCS file: /export/home/cvs/

cvs commit: apache/src mod_status.c

1997-01-25 Thread Jim Jagielski
jim 97/01/25 14:16:09 Modified:src mod_status.c Log: Explain . status Revision ChangesPath 1.40 +1 -0 apache/src/mod_status.c Index: mod_status.c === RCS file: /export/home/cvs/ap

cvs commit: apache/src mod_status.c

1996-12-08 Thread Brian Behlendorf
brian 96/12/08 22:53:16 Modified:src mod_status.c Log: Reviewed by: Brian Behlendorf Submitted by: [EMAIL PROTECTED] Typo! None of us saw it coz we're all using -DSTATUS. Teehee. Revision ChangesPath 1.37 +1 -1 apache/src/mod_status.c Inde

cvs commit: apache/src mod_status.c

1996-11-28 Thread Mark J Cox
mjc 96/11/28 03:10:29 Modified:src mod_status.c Log: Fix mod_status so it compiles if "STATUS" rule is off. Revision ChangesPath 1.35 +0 -2 apache/src/mod_status.c Index: mod_status.c =

cvs commit: apache/src mod_status.c

1996-11-13 Thread Brian Behlendorf
brian 96/11/13 23:13:30 Modified:src mod_status.c Log: Reviewed by: Chuck Murcko Submitted by: Brian Behlendorf Slight tweak to compress scoreboard bars from 6 to 4. Revision ChangesPath 1.34 +1 -1 apache/src/mod_status.c Index: mod_status.c

cvs commit: apache/src mod_status.c

1996-10-21 Thread Mark J Cox
mjc 96/10/21 05:26:42 Modified:src mod_status.c Log: Fix in-source documentation and messages on how to compile with -DSTATUS (now uses Rule) Revision ChangesPath 1.31 +19 -21apache/src/mod_status.c Index: mod_status.c =

cvs commit: apache/src mod_status.c

1996-10-01 Thread Mark J Cox
mjc 96/10/01 05:05:49 Modified:src mod_status.c Log: Fix ?auto report (extra \n's and scoreboard across multiple lines), tidy display of Scoreboard key to reduce number of lines output. Revision ChangesPath 1.30 +21 -22apache/src/mod_status.c Ind

cvs commit: apache/src mod_status.c mod_info.c

1996-07-25 Thread Brian Behlendorf
brian 96/07/25 12:36:01 Modified:src mod_status.c mod_info.c Log: Changed default suggested URL-mappings for status and info modules, to help avoid conflicts with common existing subdirectories. Revision ChangesPath 1.28 +15 -9 apache/src/mod_status.c

cvs commit: apache/src mod_status.c

1996-06-11 Thread Chuck Murcko
chuck 96/06/11 13:35:39 Modified:src mod_status.c Log: Submitted by: Chuck Murcko Add a rudimentary difftime() function for SUNOS4. Revision ChangesPath 1.24 +9 -0 apache/src/mod_status.c Index: mod_status.c =

cvs commit: apache/src mod_status.c

1996-05-29 Thread Mark J Cox
mjc 96/05/29 02:26:45 Modified:src mod_status.c Log: Make tables status display look nicer Revision ChangesPath 1.22 +1 -1 apache/src/mod_status.c Index: mod_status.c === RCS file

cvs commit: apache/src mod_status.c mod_include.c

1996-05-28 Thread Chuck Murcko
chuck 96/05/28 20:08:18 Modified:src mod_status.c mod_include.c Log: Pre-rprintf() cruft and minor -Wall warning cleanup, respectively Revision ChangesPath 1.21 +1 -6 apache/src/mod_status.c Index: mod_status.c

cvs commit: apache/src mod_status.c

1996-05-27 Thread Chuck Murcko
chuck 96/05/27 19:49:09 Modified:src mod_status.c Log: Avoid an annoying warning using -Wall. The ss[] is no longer used since rprintf() appeared. Revision ChangesPath 1.19 +0 -2 apache/src/mod_status.c Index: mod_status.c ==

cvs commit: apache/src mod_status.c

1996-05-13 Thread Jim Jagielski
jim 96/05/13 13:22:03 Modified:src mod_status.c Log: Clean up Wall warning Revision ChangesPath 1.16 +4 -4 apache/src/mod_status.c Index: mod_status.c === RCS file: /export/home/c

cvs commit: apache/src mod_status.c

1996-04-16 Thread Jim Jagielski
jim 96/04/16 17:31:01 Modified:src mod_status.c Log: -Wall police report/wrap variables Revision ChangesPath 1.14 +3 -1 apache/src/mod_status.c Index: mod_status.c === RCS file: /

cvs commit: apache/src mod_status.c

1996-04-14 Thread Jim Jagielski
jim 96/04/14 14:57:03 Modified:src mod_status.c Log: Make special note of Read/Write processes Revision ChangesPath 1.13 +2 -2 apache/src/mod_status.c Index: mod_status.c === RCS

cvs commit: apache/src mod_status.c

1996-04-11 Thread Mark Cox
mjc 96/04/11 01:16:27 Modified:src mod_status.c Log: Add a message explaining how to get full instrumentation if -DSTATUS isn't being used. Revision ChangesPath 1.12 +6 -0 apache/src/mod_status.c Index: mod_status.c ===

cvs commit: apache/src mod_status.c

1996-04-02 Thread Mark Cox
mjc 96/04/02 02:16:37 Modified:src mod_status.c Log: Changes to mod_status HTML to make it look better Revision ChangesPath 1.8 +11 -9 apache/src/mod_status.c Index: mod_status.c ==

cvs commit: apache/src mod_status.c

1996-03-29 Thread Mark Cox
mjc 96/03/29 00:56:49 Modified:src mod_status.c Log: Improved generated HTML and added scoreboard explanations Revision ChangesPath 1.5 +13 -4 apache/src/mod_status.c Index: mod_status.c ==

cvs commit: apache/src mod_status.c

1996-03-28 Thread Mark Cox
mjc 96/03/28 07:29:46 Modified:src mod_status.c Log: Remove unused variables. Revision ChangesPath 1.4 +0 -1 apache/src/mod_status.c Index: mod_status.c === RCS file: /export/hom

cvs commit: apache/src mod_status.c

1996-03-26 Thread Ben Laurie
ben 96/03/26 12:41:18 Modified:src mod_status.c Log: Remove erroneous send of uninitialized buffer. Revision ChangesPath 1.3 +0 -1 apache/src/mod_status.c Index: mod_status.c ===

Re: cvs commit: apache/src mod_status.c CHANGES Configuration.tmpl

1996-03-26 Thread Mark J Cox
> cvs server: cannot open /export/home/cvs/apache/src/mod_status.c,v: > Permission denied > > Can somebody fix this please? Sorry, done.

Re: cvs commit: apache/src mod_status.c CHANGES Configuration.tmpl

1996-03-25 Thread Alexei Kosut
On Mon, 25 Mar 1996, Mark Cox wrote: > mjc 96/03/25 03:35:12 > > Modified:src CHANGES Configuration.tmpl > Added: src mod_status.c cvs server: cannot open /export/home/cvs/apache/src/mod_status.c,v: Permission denied Can somebody fix this please? -- Alexei Kos

cvs commit: apache/src mod_status.c CHANGES Configuration.tmpl

1996-03-25 Thread Mark Cox
mjc 96/03/25 03:35:12 Modified:src CHANGES Configuration.tmpl Added: src mod_status.c Log: Reviewed by: Ben Laurie Status module to give instantaneous statistics about Apache children for autonomous monitoring or human reading. Documentation is needed