cvs commit: apache/src http_config.c

1996-07-27 Thread Randy Terbush
randy 96/07/27 09:59:44 Modified:src http_config.c Log: Initialize server_rec-error_log to STDERR_FILENO so we can safely use the system log routines before the configured error logs are open. Revision ChangesPath 1.16 +1 -0 apache/src/http_config.c

cvs commit: apache/src http_core.c http_core.h util_script.c

1996-07-26 Thread Randy Terbush
randy 96/07/26 19:49:40 Modified:src http_core.c http_core.h util_script.c Log: Add resource limiting directives, RLimitCPU, RLimitMEM and RLimitNPROC. Reviewed by: Alexei Kosut, Ben Laurie and Robert Thau Revision ChangesPath 1.20 +151 -0apache/src

cvs commit: apache/src http_main.c

1996-07-26 Thread Randy Terbush
randy 96/07/26 21:09:05 Modified:src http_main.c Log: Disable Nagle algorithm. HTTP != telnet Reviewed by: Chuck Murko, Ben Laurie, Robert Thau and a cast of thousands Submitted by: John Heidemann [EMAIL PROTECTED] Revision ChangesPath 1.55 +26 -1

cvs commit: apache/src http_protocol.c

1996-07-26 Thread Randy Terbush
randy 96/07/26 21:35:07 Modified:src http_protocol.c Log: set_content_length() needs to use the value passed in. Reviewed by: Brian Behlendorf, Alexei Kosut Submitted by: Paul Sutton [EMAIL PROTECTED] Revision ChangesPath 1.29 +1 -1 apache/src

cvs commit: apache/src mod_include.c

1996-07-26 Thread Randy Terbush
randy 96/07/26 21:43:24 Modified:src mod_include.c Log: Fix problem where closing an invalid file descriptor causes core a coredump. Reported on Linux. Reviewed by: Randy Terbush, Howard Fear Submitted by: Howard Fear Revision ChangesPath 1.11 +1 -1

cvs commit: apache/src mod_cgi.c mod_include.c util_script.c util_script.h

1996-07-21 Thread Randy Terbush
randy 96/07/21 13:03:51 Modified:src mod_cgi.c mod_include.c util_script.c util_script.h Log: Centralize exec() functionality. Reviewed by: Robert Thau, Ben Laurie Revision ChangesPath 1.11 +1 -42 apache/src/mod_cgi.c Index

cvs commit: apache/src httpd.h

1996-07-08 Thread Randy Terbush
randy 96/07/08 21:35:34 Branch: src RELEASE_1_1_X Modified:src httpd.h Log: Change version to 1.1.2-dev Revision ChangesPath 1.36.2.3 +1 -1 apache/src/httpd.h Index: httpd.h

Re: cvs commit: apache/src mod_auth_msql.c

1996-07-01 Thread Randy Terbush
I think it is a bad idea to reverse these changes since they fix real bugs. Without these changes, it will likely break all existing sites using this module. brian 96/07/01 12:04:11 Modified:src mod_auth_msql.c Log: Reverse mod_auth_msql.c changes, back to version

<    1   2   3