PR: 32529
+1: jorton
- *) modules/config5.m4 & docs/manual/programs/configure.xml:
- --with-module can now take more than one module to be statically
- linked:
- --with-module=<modtype>:<modfile>,<modtype>:<modfile>,...
- If the <modtype>-subdirectory doesn't exist it will be created and
- populated with a standard Makefile.in
- svn rev 124600
- +1: erikabele, jerenkrantz, fielding
-
*) win32: Handle PATH_INFO as opaque byte-wise data for cgi invocation,
as handled for other variables originally fixed in bug 9223.
PR: 32730 Submitted by: Richard Donkin <rd9 donkin.org>
Due to HTTP compliance, we must either send the body T-E: chunked
or include a C-L for the request body. Connection: Close is not
- an option. [jerenkrantz 2002/12/08 21:37:27]
+ an option.
+
+ A newer version of this fix that acts even better (spools to disk) has
+ been committed to trunk. The equivalent patch for 2.0.x is at:
+ http://www.apache.org/~trawick/20reqbody.txt
+
+ +1: trawick, jerenkrantz
+ Previous votes (before trawick's recent 2.1 commits):
+1: stoddard, striker, jim
-1: brianp (we need a more robust solution than what's in 2.1 right now),
- jerenkrantz (should be fixed, but I don't have time to do this)
- trawick: A fix has been committed to 2.1-dev. The equivalent patch
- for 2.0.x is at www.apache.org/~trawick/20reqbody.txt
- (That patch doesn't show a recent change to comments, but that
- change is in my 2.0.x tree.)
- +1 for 20reqbody.txt: trawick
* mod_cache: Add CacheIgnoreHeaders directive.
PR: 30399