trawick 2003/02/25 09:33:01
Modified: . Tag: APACHE_2_0_BRANCH STATUS
Log:
propose Madhu's recent mod_ssl 64-bit fix to merge into stable
the code, which looked reasonable, came at just the right time...
yesterday somebody e-mailed me with 64-bit mod_ssl breakage
on AIX... I pointed them to the patch and they just reported
to me that they can serve pages over SSL now
(in fact they grabbed JimJag's changes to mod_ssl too, which
is goodness)
Revision Changes Path
No revision
No revision
1.751.2.121 +5 -1 httpd-2.0/STATUS
Index: STATUS
===================================================================
RCS file: /home/cvs/httpd-2.0/STATUS,v
retrieving revision 1.751.2.120
retrieving revision 1.751.2.121
diff -u -r1.751.2.120 -r1.751.2.121
--- STATUS 25 Feb 2003 12:46:19 -0000 1.751.2.120
+++ STATUS 25 Feb 2003 17:33:00 -0000 1.751.2.121
@@ -69,6 +69,10 @@
+1:
-1:
+ * Fix 64-bit breakage in mod_ssl.
+ modules/ssl/ssl_engine_io.c r1.104
+ +1: trawick
+
* Rewrite how proxy sends its request to allow input bodies to
morph the request bodies. Previously, if an input filter
changed the request body, the original C-L would be sent which
|