cvs commit: apache/src httpd.h

1996-04-22 Thread Mark Cox
mjc 96/04/22 04:53:30 Modified:src httpd.h Log: Move to 1.1b1 Revision ChangesPath 1.17 +1 -1 apache/src/httpd.h Index: httpd.h === RCS file:

cvs commit: apache/src CHANGES

1996-04-22 Thread Mark Cox
mjc 96/04/22 04:58:07 Modified:src CHANGES Log: Header for CHANGES. CHANGES will probably be automatic in the future Revision ChangesPath 1.24 +2 -0 apache/src/CHANGES Index: CHANGES

cvs commit: apache/src http_log.c

1996-04-15 Thread Mark Cox
mjc 96/04/15 04:34:53 Modified:src http_log.c Log: Submitted by: James H. Cloos Jr. [EMAIL PROTECTED] Allow ErrorLogs to be pipes. Revision ChangesPath 1.4 +30 -4 apache/src/http_log.c Index: http_log.c

cvs commit: apache/conf mime.types

1996-04-12 Thread Mark Cox
mjc 96/04/12 01:40:02 Modified:conf mime.types Log: A FAQ is solved by making .htm work like .html Revision ChangesPath 1.2 +1 -1 apache/conf/mime.types Index: mime.types === RCS

cvs commit: apache/support log_server_status

1996-04-11 Thread Mark Cox
mjc 96/04/11 01:11:48 Modified:support log_server_status Log: Bring URL in line with /status Location stuff Revision ChangesPath 1.2 +1 -1 apache/support/log_server_status Index: log_server_status

cvs commit: apache/src http_main.c

1996-03-29 Thread Mark Cox
mjc 96/03/29 00:35:48 Modified:src http_main.c Log: The status of a child should not be reset when the child dies. If it is then we lose all the information that child had within it and our total access counts and bytes served are meaningless. Revision Changes

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:

cvs commit: apache/src http_protocol.c

1996-03-26 Thread Mark Cox
mjc 96/03/26 01:06:26 Modified:src http_protocol.c Log: Fixed problem causing http_protocol.c to fail compilation with SGI compiler (IRIX 5.3) when returning from a void function using a void function. Revision ChangesPath 1.10 +6 -5

cvs commit: apache/src http_config.c

1996-03-13 Thread Mark Cox
mjc 96/03/13 00:52:09 Modified:src http_config.c Log: Fix problem in new invoke_handler. If for a request there was no defined handler and there was no defined content type the server would SIGSEGV Revision ChangesPath 1.6 +3 -0