]> granicus.if.org Git - apache/commitdiff
Stuff done and more WIBNIFs.
authorBill Stoddard <stoddard@apache.org>
Tue, 3 Dec 2002 18:26:44 +0000 (18:26 +0000)
committerBill Stoddard <stoddard@apache.org>
Tue, 3 Dec 2002 18:26:44 +0000 (18:26 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97770 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 311098be5617572eb413da0aa37fd37df5bb4933..03886d04dcdfe9aa548ce6ece8ea3c1100b0b184 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.1 STATUS:                                              -*-text-*-
-Last modified at [$Date: 2002/11/24 04:16:49 $]
+Last modified at [$Date: 2002/12/03 18:26:44 $]
 
 Release [NOTE that only Alpha/Beta releases occur in 2.1 development]:
 
@@ -302,10 +302,6 @@ RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP:
       Architect start-up code that avoids initializing all the modules 
       in the parent process on platforms that do not support fork.
 
-    * Win32: Migrate the MPM over to use APR thread/process calls. This
-      would eliminate some code in the Win32 branch that essentially
-      duplicates what is in APR.
-
     * There are still a number of places in the code where we are
       losing error status (i.e. throwing away the error returned by a
       system call and replacing it with a generic error code)
@@ -414,6 +410,20 @@ TODO ISSUES REMAINING IN MOD_SSL:
     * the shmcb code should just align its memory segment rather than
       jumping through all the "safe" memcpy and memset hoops
 
+WISH LIST
+    * mod_proxy performance: when mod_proxy is configured to do proxy
+      gateway (aka reverse proxy), it would be nice to be able to reuse
+      connections to the backend servers. Now, connections to the 
+      backend servers are taken down when the corresponding frontend
+      connection is taken down.
+
+    * mod_proxy: Ability to run SSL over proxy gateway connections,
+      encrypting (or reencrypting) at the proxy.
+
+    * mod_proxy: Add capability of mod_proxy to load balance across
+      a farm of backend servers.
+
+    * mod_cache: Handle ESI tags.
 
 EXPERIMENTAL MODULES:
 
@@ -427,6 +437,10 @@ EXPERIMENTAL MODULES:
       cacheing the response w/o header "field_name"
       See RFC2616 section 14.9.1
 
+    * mod_mem_cache: Consider adding a RevalidateTimeout directive to
+      specify time at which local cached content is to be revalidated
+      (ie, underlying file stat'ed to see if it has changed).
+
     * mod_cache: CacheEnable/CacheDisable should accept regular expressions.
 
     * mod_cache: Fix dependency on ATOMIC operators. Need