randy 96/08/02 14:22:01
Modified: src CHANGES
Log:
Catchup CHANGES
Revision Changes Path
1.49 +9 -1 apache/src/CHANGES
Index: CHANGES
===================================================================
RCS file: /export/home/cvs/apache/src/CHANGES,v
retrieving revision 1.48
retrieving revision 1.49
diff -C3 -r1.48 -r1.49
*** CHANGES 1996/08/02 21:14:53 1.48
--- CHANGES 1996/08/02 21:21:59 1.49
***************
*** 6,11 ****
--- 6,19 ----
The wrapper program (suexec) is detected and configured at
startup. [Randy Terbush, Jason Dour]
+ *) Add RLimit??? resource control
+ For systems supporting the setrlimit() functionality, it is
+ now possible to limit system resource usage of CGI programs
+ via RLimitCPU, RLimitNPROC and RLimitMEM directives. Each
+ directive takes 1|2 arguments to set the soft/hard limit values
+ for each system limit. Setting the hard limit requires the
+ server to be running as root.
+
*) Centralize exec() code
Changed as a first step toward handling setuid()/setgid()
execution with a setuid wrapper program directly from Apache.
***************
*** 28,34 ****
changed #tmpXXXX to tmpXXXX in temp file template, for broken
link/unlink
changed Expire to Expires in cache_update()
added appropriate #defines for Next compile
! added $Id: CHANGES,v 1.48 1996/08/02 21:14:53 randy Exp $ for RCS/CVS
[Chuck Murcko]
*) Fix ErrorDocument handling. When ErrorDocument failed it used to
display filename instead of error message. [Paul Sutton]
--- 36,42 ----
changed #tmpXXXX to tmpXXXX in temp file template, for broken
link/unlink
changed Expire to Expires in cache_update()
added appropriate #defines for Next compile
! added $Id: CHANGES,v 1.49 1996/08/02 21:21:59 randy Exp $ for RCS/CVS
[Chuck Murcko]
*) Fix ErrorDocument handling. When ErrorDocument failed it used to
display filename instead of error message. [Paul Sutton]