You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ta...@apache.org on 2008/05/31 13:35:13 UTC

svn commit: r662005 - /httpd/httpd/trunk/docs/manual/mod/mod_request.xml

Author: takashi
Date: Sat May 31 04:35:13 2008
New Revision: 662005

URL: http://svn.apache.org/viewvc?rev=662005&view=rev
Log:
correct mod_request module property

Modified:
    httpd/httpd/trunk/docs/manual/mod/mod_request.xml

Modified: httpd/httpd/trunk/docs/manual/mod/mod_request.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_request.xml?rev=662005&r1=662004&r2=662005&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_request.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_request.xml Sat May 31 04:35:13 2008
@@ -22,9 +22,12 @@
 
 <modulesynopsis metafile="mod_request.xml.meta">
 
-<name>request_body</name>
+<name>mod_request</name>
 <description>Filters to handle and make available HTTP request bodies</description>
-<status>Core</status>
+<status>Base</status>
+<sourcefile>mod_request.c</sourcefile>
+<identifier>request_module</identifier>
+<compatibility>Available in Apache 2.3 and later</compatibility>
 
 <directivesynopsis>
 <name>KeptBodySize</name>