From: Sander Temme Date: Tue, 8 Nov 2011 02:12:41 +0000 (+0000) Subject: Point to list of undocumented modules in the docs subdirectory X-Git-Tag: 2.3.15~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=35525c08419708b40e87e779563e92d4e62a9c98;p=thirdparty%2Fapache%2Fhttpd.git 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 --- diff --git a/STATUS b/STATUS index 970870330c6..039ddcd7440 100644 --- a/STATUS +++ b/STATUS @@ -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,