APACHE 2.0 STATUS: -*-text-*-
-Last modified at [$Date: 2004/06/13 23:41:49 $]
+Last modified at [$Date: 2004/06/14 17:48:10 $]
Release:
[ please place file names and revisions from HEAD here, so it is easy to
identify exactly what the proposed changes are! ]
+ *) mod_cgi: Added API call and new field in apr_procattr_t and cgi_exec_info_t
+ structures to support loading in current or new address space for CGIs.
+ It fixes NetWare that is currently broken after changes done to log.c r1.145.
+ modules/generators/mod_cgi.c r1.164
+ modules/generators/mod_cgi.h r1.14
+ modules/arch/netware/mod_netware r1.18
+ +1: jjclar
+
*) mod_ssl: Remove some unused functions (after CAN-2004-0488 fix is applied)
http://cvs.apache.org/viewcvs.cgi/httpd-2.0/modules/ssl/ssl_util.c?r1=1.46&r2=1.47
+1: jorton
*) mod_cgi: Handle stderr output during script execution
http://cvs.apache.org/viewcvs.cgi/httpd-2.0/modules/generators/mod_cgi.c?r1=1.160&r2=1.163
PR: 22030, 18348
- +1: jorton, trawick
+ +1: jorton, trawick, jjclar
+1: nd (concept)
*) Prevent Win32 pool corruption at startup
*) Allow URLs for ServerAdmin. PR 28174.
server/core.c: r1.274
- +1: nd, bnicholes
+ +1: nd, bnicholes, jjclar
*) mod_rewrite: Fix confused map cache (with maps in different VHs using
the same name). PR 26462. (2.0 + 1.3)
*) mod_alias: Emit a warning if an alias overlaps another
modules/mappers/mod_alias.c: r1.45, 1.46, 1.47, 1.48, 1.55
- +1: nd, bnicholes
+ +1: nd, bnicholes, jjclar
*) Fixed mean and median calculations in ab, also changed where time values
are set for start and connect when doing keep alive benchmarking.