brian 98/06/30 01:09:14
Modified: . STATUS
Log:
Add a couple of patches which have come by in the last week without
being commited - someone please look these over and commit them if
correct!
Revision Changes Path
1.433 +32 -1 apache-1.3/STATUS
Index: STATUS
===================================================================
RCS file: /export/home/cvs/apache-1.3/STATUS,v
retrieving revision 1.432
retrieving revision 1.433
diff -u -r1.432 -r1.433
--- STATUS 1998/06/19 13:14:56 1.432
+++ STATUS 1998/06/30 08:09:13 1.433
@@ -44,7 +44,38 @@
virtualhosting. (If it exists already I can't find it easily.)
Available Patches:
-
+
+ * Filenames containing whitespace characters caused problems for
directives
+ Bill Stoddard <[EMAIL PROTECTED]>
+ Message-ID: <[EMAIL PROTECTED]>
+
+ * Fix mod_include #perl arg interpolation
+ Doug MacEachern <[EMAIL PROTECTED]>
+ Message-Id: <[EMAIL PROTECTED]>
+
+ * PR#2483 reports that RewriteMap program still don't work under Win32
because
+ of a SIGSEGV. The reporter is right, ap_spawn_child_core() calls the
child
+ function with NULL while in the child function the file handles have
to be
+ available. I've assembled the above patch from the reporters
description/patch
+ for testing by our Win32 folks. (I cannot test it myself).
+ "Ralf S. Engelschall" <[EMAIL PROTECTED]>
+ Message-ID: <[EMAIL PROTECTED]>
+
+ * This patch makes some structural changes to ap_call_exec to make it
more
+ readable and friendly to a couple of patches that will follow
(capability to
+ query the Win32 registry for interpreter name and a fix for mod_include
+ exec=cmd processing). This patch does not change the function of
ap_call_exec.
+ W G Stoddard <[EMAIL PROTECTED]>
+ Message-ID: <[EMAIL PROTECTED]>
+
+ * Configure tweaks to support building outside the source tree, and
+ add more customizeability for installation layout, by
+ Wilfredo Sanchez <[EMAIL PROTECTED]>
+ Message-Id: <[EMAIL PROTECTED]>
+
+ * Rhapsody port, by Wilfredo Sanchez <[EMAIL PROTECTED]>
+ Message-Id: <[EMAIL PROTECTED]>
+
* Ralf's "[PATCH] Fix module init"
This fixes the mod_so/mod_perl problems described under "FINAL RELEASE
SHOWSTOPPERS" by doing a more correct init of the modules after loading