martin 99/02/16 05:44:41
Modified: . STATUS
Log:
Add [PATCH] use ap_execve() for suexec if defined(NEED_HASHBANG_EMUL)
Revision Changes Path
1.625 +5 -1 apache-1.3/STATUS
Index: STATUS
===================================================================
RCS file: /export/home/cvs/apache-1.3/STATUS,v
retrieving revision 1.624
retrieving revision 1.625
diff -u -r1.624 -r1.625
--- STATUS 1999/02/15 15:24:30 1.624
+++ STATUS 1999/02/16 13:44:40 1.625
@@ -1,5 +1,5 @@
1.3 STATUS:
- Last modified at [$Date: 1999/02/15 15:24:30 $]
+ Last modified at [$Date: 1999/02/16 13:44:40 $]
Release:
@@ -47,6 +47,10 @@
TCN additions and when the RVSA algorithm is used.
Available Patches:
+
+ * Martin's [PATCH] use ap_execve() for suexec if
defined(NEED_HASHBANG_EMUL)
+ MID: <[EMAIL PROTECTED]>
+ Status: Martin +1
* Brian Havard's [PATCH] Improve OS/2 ap_os_canonical_filename()'s
behaviour.