]> granicus.if.org Git - apache/blobdiff - docs/STATUS
Change the SSLCipherSuite default to a shorter, whitelist
[apache] / docs / STATUS
index 91cf3d899c37a5fa7845b6afd0334de7daf4bbd2..c2446f69a163a397b7d379ac1ac79af07a507df5 100644 (file)
@@ -1,5 +1,4 @@
-Apache HTTP Server Trunk Documentation Status File.
-Last modified: $Date$
+Apache HTTP Server Trunk Documentation Status File.  Last modified: $Date$
 
 For more information on how to contribute to the Apache Documentation
 Project, please see http://httpd.apache.org/docs-project/ and
@@ -10,15 +9,6 @@ http://httpd.apache.org/docs-project/docsformat.html
 To Do List
 =======================
 
-- The 1.3 docs need to have links from each directive forward to the
-  /docs/current/ version of that directive, or a note that it's not
-  available in this century. See core.html for examples of how this
-  might be done. This is a large undertaking, and involves a lot of
-  grunt work, but will be greatly appreciated by the folks that make it
-  to the wrong doc via Google. (Update: This is clearly going to take
-  many months of effort, due to the volume of work and the mind-numbing
-  tediousness.)
-
 - Update the http://httpd.apache.org/docs-project/docsformat.html
   document to be useful. In particular:
     - Document the various macros that can be used in documents.
@@ -71,9 +61,6 @@ To Do List
         - mod_watchdog
         - mod_heartbeat
         - mod_heartmonitor
-        - mod_lbmethod_bybusyness
-        - mod_lbmethod_byrequests
-        - mod_lbmethod_bytraffic
         - mod_lbmethod_heartbeat
         - mod_socache_dbm
         - mod_socache_memcache
@@ -161,20 +148,19 @@ To Do List
 - Clarify which directives only affect requests when they're handled
   by the default handler.  (e.g. ForceType, TraceEnable, etc.)
 
-- Order directives alphabetically. Some modules, particularly in
-  translations, have directives in random order, rather than
-  alphabetically.
-
-- Run review_translations.pl on each of the files in the mod directory,
-  and determine which directives are missing from the translation docs.
-  Add them. This makes them show up in the directives listing for that
-  language, and also encourages translators to provide translations for
-  those directives.
-
 - Add examples using expr to mod_rewrite recipes. Possibly benchmark the
   different approaches and make intelligent remarks about the
   comparative value of each.
 
+- Fix this error message:
+    Request exceeded the limit of 10 internal redirects due to probable
+    configuration error. Use 'LimitInternalRecursion' to increase the limit
+    if necessary. Use 'LogLevel debug' to get a backtrace.
+  This error message is often returned when a RewriteRUle loops, in
+  which case setting LimitInternalRecursion won't do anything towards
+  fixing the problem. However, the error message is already very long.
+  Thoughts?
+
 LaTeX Todo list
 ==================
 
@@ -191,3 +177,4 @@ LaTeX Todo list
 
 - Translations.
 
+