cvs commit: apache-1.3 STATUS

1998-05-08 Thread coar
coar98/05/07 19:24:49 Modified:.STATUS Log: Oops, CGI scripts are broken. That's a showstopper for sure. Revision ChangesPath 1.382 +5 -0 apache-1.3/STATUS Index: STATUS

cvs commit: apache-1.3/src/main http_main.c

1998-05-08 Thread coar
coar98/05/07 20:17:03 Modified:.STATUS src/main http_main.c Log: Fix a broken cleanup registration that was breaking CGI handling. Revision ChangesPath 1.383 +0 -5 apache-1.3/STATUS Index: STATUS

cvs commit: apache-1.2/src CHANGES http_core.c http_protocol.c

1998-05-08 Thread brian
brian 98/05/07 23:29:35 Modified:src CHANGES http_core.c http_protocol.c Log: PR: 1474 *) Correct a protocol issue - always send the Accept-ranges: bytes header in the default_handler. [Brian Behlendorf] Revision ChangesPath 1.307 +3 -0

cvs commit: apache-1.3/src/support Makefile.tmpl

1998-05-08 Thread rse
rse 98/05/08 00:05:47 Modified:src/support Makefile.tmpl Log: Fix support Makefile: 1. $(INCLUDES) on the linking (x.o - x) step is bogus. This is only needed in the compile (x.c - x.o) step and is already done in the implicit target .c.o 2. Because suexec.c

cvs commit: apache-1.3 INSTALL Makefile.tmpl README.configure configure

1998-05-08 Thread rse
rse 98/05/08 00:50:22 Modified:src CHANGES .INSTALL Makefile.tmpl README.configure configure Log: Cleanup the suEXEC support in APACI and make it more safe: 1. Add big fat hint in INSTALL about risks and to read the

cvs commit: apache-1.3/src .cvsignore

1998-05-08 Thread rse
rse 98/05/08 00:53:27 Modified:src .cvsignore Log: There are different temporary .apaci. files... Revision ChangesPath 1.15 +1 -1 apache-1.3/src/.cvsignore Index: .cvsignore ===

cvs commit: apache-1.3/src/os/bs2000 Makefile.tmpl os.c

1998-05-08 Thread martin
martin 98/05/08 02:51:54 Modified:src/os/bs2000 Makefile.tmpl os.c Log: Add file to Makefile, tweak text file detection Revision ChangesPath 1.7 +1 -1 apache-1.3/src/os/bs2000/Makefile.tmpl Index: Makefile.tmpl

cvs commit: apache-1.3/src/main http_core.c

1998-05-08 Thread martin
martin 98/05/08 04:27:52 Modified:src/main http_core.c Log: AddVersionPlatform sets a global variable. Enforce GLOBAL context Revision ChangesPath 1.196 +3 -0 apache-1.3/src/main/http_core.c Index: http_core.c

cvs commit: apache-1.3/src/main http_main.c

1998-05-08 Thread coar
coar98/05/08 04:35:43 Modified:src/main http_main.c Log: Reposition the OS/2 display of the server version information so it has something to display. Submitted by: Brian Havard [EMAIL PROTECTED] Reviewed by: Ken Coar Revision ChangesPath 1.334

cvs commit: apache-1.3 STATUS

1998-05-08 Thread jim
jim 98/05/08 04:55:11 Modified:.STATUS Log: Changes Revision ChangesPath 1.384 +6 -20 apache-1.3/STATUS Index: STATUS === RCS file: /export/home/cvs/apache-1.3/STATUS,v

cvs commit: apache-1.3 STATUS

1998-05-08 Thread jim
jim 98/05/08 06:36:10 Modified:.STATUS Log: Revision ChangesPath 1.386 +1 -1 apache-1.3/STATUS Index: STATUS === RCS file: /export/home/cvs/apache-1.3/STATUS,v retrieving

cvs commit: apache-1.3/src/main http_main.c

1998-05-08 Thread martin
martin 98/05/08 08:57:29 Modified:src/main http_main.c Log: Fix signature of routine reset_version() to comply with prototype Revision ChangesPath 1.336 +1 -1 apache-1.3/src/main/http_main.c Index: http_main.c

cvs commit: apache-1.3 STATUS

1998-05-08 Thread jim
jim 98/05/08 09:31:10 Modified:.STATUS Log: Have a patch which handles all the comments about the ap_pcfg_openfile 'family' Revision ChangesPath 1.387 +2 -12 apache-1.3/STATUS Index: STATUS

cvs commit: apache-1.3 STATUS

1998-05-08 Thread dgaudet
dgaudet 98/05/08 12:06:09 Modified:.STATUS Log: sorry ken, I changed my mind... radically. Revision ChangesPath 1.388 +10 -0 apache-1.3/STATUS Index: STATUS === RCS file:

cvs commit: apache-1.3 STATUS

1998-05-08 Thread jim
jim 98/05/08 14:53:25 Modified:.STATUS Log: Latest version of the patch Revision ChangesPath 1.389 +1 -1 apache-1.3/STATUS Index: STATUS === RCS file:

cvs commit: apache-1.3/src/main http_main.c

1998-05-08 Thread jim
jim 98/05/08 15:06:10 Modified:src/main http_main.c Log: Keep SERVER_SUBVERSION available Revision ChangesPath 1.337 +3 -7 apache-1.3/src/main/http_main.c Index: http_main.c === RCS

cvs commit: apache-1.3/src/main buff.c

1998-05-08 Thread brian
brian 98/05/08 15:54:52 Modified:src/main buff.c Log: PR: 2207 Marc's suggestion that we move this to debug, which I agree with. Revision ChangesPath 1.75 +1 -1 apache-1.3/src/main/buff.c Index: buff.c