You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ig...@apache.org on 2011/02/02 22:23:43 UTC

svn commit: r1066630 - /httpd/httpd/trunk/docs/STATUS

Author: igalic
Date: Wed Feb  2 21:23:41 2011
New Revision: 1066630

URL: http://svn.apache.org/viewvc?rev=1066630&view=rev
Log:
Status update

Modified:
    httpd/httpd/trunk/docs/STATUS

Modified: httpd/httpd/trunk/docs/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/STATUS?rev=1066630&r1=1066629&r2=1066630&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/STATUS (original)
+++ httpd/httpd/trunk/docs/STATUS Wed Feb  2 21:23:41 2011
@@ -44,9 +44,9 @@ To Do List
 
 - Performance doc "drop-in replace" wikified by Igor from Sander's
   presentation: http://wiki.apache.org/httpd/PerformanceScalingUp
-  What's missing are reviews regarding statements made about Windows,
-  as well as: http://wiki.apache.org/httpd/PerformanceScalingOut for
-  a follow up -- these days it's *all* about scaling, really.
+  as well as: http://wiki.apache.org/httpd/PerformanceScalingOut
+  They both need review and updates to reflect the current state
+  of the art.
 
 - Windows platform docs are in desperate need of rewrites/updates for 2.x.
     - Bill Rowe is a good contact for tech questions.
@@ -90,7 +90,7 @@ To Do List
      - explain what the following command line options do
        (perhaps in the developer/debugging docs):
         -D DEBUG
-        -D ONE_PROCESS
+        -D ONE_PROCESS -- is this the same as -X, if not, should it be?
               one-process-mode == no threads, i.e. only one
               process handling the requests in a single loop?
 
@@ -98,7 +98,9 @@ To Do List
      - platform/ebcdic.xml - needs major rework for 2.0
      - SSL docs need serious update and enhancement
         - compat docs are wrong
-        - no basic how to setup ssl doc
+        - A basic how to has been started here:
+	http://wiki.apache.org/httpd/SettingUpModSSL
+	but it needs some work...
 
 - API documentation
     - Ben Laurie has written some hooks documentation