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
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/http
randy 96/07/26 21:25:43
Modified:src util_script.c
Log:
Cleanup unused variable.
Revision ChangesPath
1.15 +10 -7 apache/src/util_script.c
Index: util_script.c
===
RCS file: /export/
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 a
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/htt