cvs commit: apache-1.3/src/support apachectl

1999-04-06 Thread jim
jim 99/04/06 13:34:57 Modified:src/support apachectl Log: Avoid the confusing error message from kill if the PID isn't valid. We take care of this ourselves Revision ChangesPath 1.14 +1 -1 apache-1.3/src/support/apachectl Index: apachectl

cvs commit: apache-1.3/src/support apachectl

1999-04-06 Thread jim
jim 99/04/06 13:36:33 Modified:src/support apachectl Log: Minor nit. Possible portability concern, since we don't use this format anyplace else AFAIK Revision ChangesPath 1.15 +1 -1 apache-1.3/src/support/apachectl Index: apachectl

cvs commit: apache-1.3/src/support apachectl

1999-02-09 Thread fielding
fielding99/02/09 10:00:37 Modified:.STATUS src CHANGES src/support apachectl Log: Prevent apachectl from complaining if the PIDFILE exists but does not contain a process id, as might occur if the server is being rapidly restarted.

cvs commit: apache-1.3/src/support apachectl

1998-09-08 Thread martin
martin 98/09/08 14:07:14 Modified:src/support apachectl Log: Suppress errors of 'kill -0' when no server is running Revision ChangesPath 1.10 +1 -1 apache-1.3/src/support/apachectl Index: apachectl

cvs commit: apache-1.3/src/support apachectl

1998-07-16 Thread lars
lars98/07/16 14:25:55 Modified:src/support apachectl Log: Fix 'status' output. Solaris' awk sucks. I think this is a more portable solution. (tested under Solaris, SunOS, Digital Unix and Linux) PR: 2613 Revision ChangesPath 1.9 +1 -1

cvs commit: apache-1.3/src/support apachectl

1998-06-25 Thread dgaudet
dgaudet 98/06/25 12:14:47 Modified:src CHANGES src/support apachectl Log: use kill -0 $PID Revision ChangesPath 1.931 +5 -0 apache-1.3/src/CHANGES Index: CHANGES === RCS

cvs commit: apache-1.3/src/support apachectl.1 httpd.8

1998-03-16 Thread Ralf S. Engelschall
rse 98/03/16 07:58:53 Modified:src/main http_main.c src/support apachectl.1 httpd.8 Log: Even more cleanups for command line interface and corresponding manual pages Revision ChangesPath 1.305 +4 -0 apache-1.3/src/main/http_main.c

cvs commit: apache-1.3/src/support apachectl

1998-02-14 Thread dgaudet
dgaudet 98/02/14 02:55:54 Modified:src/support apachectl Log: I used this for the first time... and found it emits error messages (at least on linux) while doing apachectl start. Revision ChangesPath 1.5 +3 -3 apache-1.3/src/support/apachectl Index: