]> granicus.if.org Git - apache/blob - docs/STATUS
Not sure what this note was referring to. The xslt assembles the
[apache] / docs / STATUS
1 Apache HTTP Server Trunk Documentation Status File.  Last modified: $Date$
2
3 For more information on how to contribute to the Apache Documentation
4 Project, please see http://httpd.apache.org/docs-project/ and
5 http://httpd.apache.org/docs-project/docsformat.html
6
7               ------------------------------
8
9 To Do List
10 =======================
11
12 - Update the http://httpd.apache.org/docs-project/docsformat.html
13   document to be useful. In particular:
14     - Document the various macros that can be used in documents.
15     - Document the translation process.
16     - Generally update it to make it reflect the current reality of how
17       we work.
18     -  Improving the documentation of the documentations' build system
19        itself (requirements, procedures)
20
21 - Continue to enhance the FAQ, which is in the wiki:
22   http://wiki.apache.org/httpd/FAQ
23
24 - Security docs are unhelpful, and assume that the reader knows nothing.
25   Need something a little more advanced, which either discusses
26   application-level security, or links to something that does. I'm not
27   even sure what to say needs done. Can we get someone to elaborate on
28   what, exactly, needs written? Ivan Ristic has said maybe he would be
29   willing to contribute.
30   - More content and better organisation
31   - mod_dav resources are owned by the httpd. Perhaps write up the
32     two-httpd dav setup covered in Rich Bowen's DAV Apachecon
33     presentation.
34
35 - Performance doc "drop-in replace" wikified by Igor from Sander's
36   presentation: http://wiki.apache.org/httpd/PerformanceScalingUp
37   as well as: http://wiki.apache.org/httpd/PerformanceScalingOut
38   They both need review and updates to reflect the current state
39   of the art.
40
41 - Windows platform docs are in desperate need of rewrites/updates for 2.x.
42     - Bill Rowe is a good contact for tech questions.
43     - "using apache" has been done, "compiling apache" is still open
44     - hints on uninstalling apache (exit monitor, close directories,
45       registry entries etc) (PR 10154)
46     - FAQ: UTF-8 config and URL encoding for non-ascii characters.
47
48 - New Auth system
49     - Much clean-up and enhancement of aaa howto (Can someone clarify
50       exactly what needs cleaned up and enhanced?)
51     - Independent note on how to upgrade to new auth system
52     - Discussion of DBD auth, and, in particular, examples of how to set
53       up auth using each of the supported databases.
54
55 - Expression syntax for <If>, Require expr, SetEnvIfExpr, CustomLog, ...
56   Start is in expr.xml, igalic is working on this
57
58 - modules docs
59     - the follwing modules added since 2.2 lack documentation
60         - mod_serf
61         - mod_watchdog
62         - mod_heartbeat
63         - mod_heartmonitor
64         - mod_lbmethod_heartbeat
65         - mod_socache_dbm
66         - mod_socache_memcache
67         - mod_socache_shmcb
68         - mpm_simple
69       the list may be incomplete
70       maybe some of the modules will not be included in 2.4
71     - mod_suexec: very little documentation
72
73 - mod_substitute and reverse proxies: Add example using mod_filter
74   (see: http://marc.info/?l=apache-httpd-users&m=128830729603423&w=2)
75
76 - MPM documentation
77      - explain what the following command line options do
78        (perhaps in the developer/debugging docs):
79         -D DEBUG
80         -D ONE_PROCESS -- is this the same as -X, if not, should it be?
81               one-process-mode == no threads, i.e. only one
82               process handling the requests in a single loop?
83
84 - Identify which documents are grossly out of date, and fix.
85      - platform/ebcdic.xml - needs major rework for 2.0
86      - SSL docs need serious update and enhancement
87         - compat docs are wrong
88         - A basic how to has been started here:
89             http://wiki.apache.org/httpd/SettingUpModSSL
90             but it needs some work...
91         - http://blag.esotericsystems.at/2011/01/answering-trivial-and-interesting-questions-with-openssl/
92           looks like a good starting point for overhauling the FAQ, and
93           has been placed at our disposal by the author.
94
95 - API documentation
96     - Ben Laurie has written some hooks documentation
97     - authn provider API documentation could be useful
98
99 - How does <Proxy> fit into sections.html?
100
101 - Missing documentation for the support program checkgid
102
103 - New user docs: Directory Handling (mod_dir/mod_autoindex/etc)
104   (draft available in wiki)
105
106 - Enhancements to the DTD/XSL:
107   - New index: directives by context, including listing which directives
108     are available for each AllowOverride setting.
109   - New index: backout modules by type (aaa, mappers, loggers etc.)
110     probably by introducing a <category> element in modulesynopsis
111   - Use a tag like <var> in place of <em> for things like the
112     <syntax> listing.
113     - in progress
114   - add letter links to glossary and quickreference,
115     perhaps also a term overview (sidebar)
116
117 - Provide example solutions for the mapping of encodings, especially
118   for .gz etc. (also in regard to our default configuration)
119
120 - How-To style documents for more of the daily tasks
121     - Logging, log rotation, and log reporting
122     - Secure mod_dav configuration
123
124 - Writing modules - Can we provide a basic intro to writing modules,
125   perhaps based around mod_example, or one of the other simple example
126   modules?
127
128 - http://httpd.apache.org/docs/trunk/developer/ is a graveyard, and a
129   profound embarrassment.
130     - Purge all the dead links
131     - Introductory module authoring doc
132     - Verify links to external resources at least every year
133
134 - Update the list of translations at
135   http://httpd.apache.org/docs-project/translations.html  Some of those
136   are accurate, and others are way outdated.
137
138 - I'd like to expand the discussion of conditional logging, and add a
139   few more useful exmaples.
140   That would be a good place to document logging of cache hit/miss:
141   https://issues.apache.org/bugzilla/show_bug.cgi?id=48241#c2
142
143 - Is it worth having a doc that discusses recommended (what does this
144   mean?) third-party modules like mod_security, mod_php, and so on - the
145   things that we all assume everyone uses, but some folks might not know
146   about.
147
148 - Clarify which directives only affect requests when they're handled
149   by the default handler.  (e.g. ForceType, TraceEnable, etc.)
150
151 - Add examples using expr to mod_rewrite recipes. Possibly benchmark the
152   different approaches and make intelligent remarks about the
153   comparative value of each.
154
155 - Fix this error message:
156     Request exceeded the limit of 10 internal redirects due to probable
157     configuration error. Use 'LimitInternalRecursion' to increase the limit
158     if necessary. Use 'LogLevel debug' to get a backtrace.
159   This error message is often returned when a RewriteRUle loops, in
160   which case setting LimitInternalRecursion won't do anything towards
161   fixing the problem. However, the error message is already very long.
162   Thoughts?
163
164 LaTeX Todo list
165 ==================
166
167 - Dozens of other little problems with presentation, cross-referencing,
168   etc.
169
170 - Cleanup xsl to make it more readable.  Almost everything
171   that is currently in latex.xsl should probably be moved to common.xsl.
172   There may be a license problem with the atbeginend.sty file, since
173   latex style files rarely have explict licenses.  At worst, we can
174   drop this and manually adjust the relevant spacing.
175
176 - Reduce the size of the pdf (both bytes and pages) in any way possible.
177
178 - Translations.
179
180