diff options
author | Sander Temme <sctemme@apache.org> | 2011-11-08 03:12:41 +0100 |
---|---|---|
committer | Sander Temme <sctemme@apache.org> | 2011-11-08 03:12:41 +0100 |
commit | 35525c08419708b40e87e779563e92d4e62a9c98 (patch) | |
tree | 122dcc1e4129731f166fb6ecedefe1f4d29ad637 /STATUS | |
parent | add info about new early/late arguments and a note about (diff) | |
download | apache2-35525c08419708b40e87e779563e92d4e62a9c98.tar.xz apache2-35525c08419708b40e87e779563e92d4e62a9c98.zip |
Point to list of undocumented modules in the docs subdirectory
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1199064 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'STATUS')
-rw-r--r-- | STATUS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -82,6 +82,9 @@ RELEASE SHOWSTOPPERS: - mod_serf (which is optimal for async httpd anyways; didn't work with MPM event last time sf tested it) - mod_noloris (in experimental; obsoleted by mod_reqtimeout) + + See https://svn.apache.org/repos/asf/httpd/httpd/trunk/docs/STATUS + under 'modules docs' for a more comprehensive list of undocumented modules. * The mod_session* modules need to be checked that their hooks respect the returning of int (HTTP status codes) and apr_status_t as appropriate, |