]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Added backport proposal for mod_cgi
authorJean-Jacques Clar <clar@apache.org>
Wed, 14 Jul 2004 21:45:40 +0000 (21:45 +0000)
committerJean-Jacques Clar <clar@apache.org>
Wed, 14 Jul 2004 21:45:40 +0000 (21:45 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@104291 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 8c2179f058cf51c7cd292a6e66fa323cedb28e2c..aa586e07a8b45c1a15e919b8c990a580c1dac2c4 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                              -*-text-*-
-Last modified at [$Date: 2004/07/13 18:44:20 $]
+Last modified at [$Date: 2004/07/14 21:45:40 $]
 
 Release:
 
@@ -73,6 +73,15 @@ PATCHES TO BACKPORT FROM 2.1
   [ 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 overload of detached field in cgi_exec_info_t 
+       structure to support loading in current or new address space for CGIs.
+       The patch change how NetWare use cmdtype for processes. It was made
+       necessary by changes done to log.c r1.145.
+       The HTTP and the APR patches are available at:
+       <http://www.apache.org/~clar/detach-addrspace_HTTP_2_0.patch>
+       <http://www.apache.org/~clar/detach-addrspace_APR_0_9.patch>
+       +1: jjclar
+
     *) mod_dir: Backport DirectorySlash directive to work around problems
        with <Location>-SetHandler combinations and trailing slash redirects.
          modules/mappers/mod_dir.c: r1.48