You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by sf...@apache.org on 2011/01/24 22:30:03 UTC

svn commit: r1062989 - in /httpd/httpd/trunk/docs/manual/mod: mod_log_config.xml mod_reqtimeout.xml mod_substitute.xml

Author: sf
Date: Mon Jan 24 21:30:03 2011
New Revision: 1062989

URL: http://svn.apache.org/viewvc?rev=1062989&view=rev
Log:
Mark some modules/directives non-experimental:
- BufferedLogs and mod_substitute have been around a long time
- mod_reqtimeout has stabilized as well

Modified:
    httpd/httpd/trunk/docs/manual/mod/mod_log_config.xml
    httpd/httpd/trunk/docs/manual/mod/mod_reqtimeout.xml
    httpd/httpd/trunk/docs/manual/mod/mod_substitute.xml

Modified: httpd/httpd/trunk/docs/manual/mod/mod_log_config.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_log_config.xml?rev=1062989&r1=1062988&r2=1062989&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_log_config.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_log_config.xml Mon Jan 24 21:30:03 2011
@@ -334,7 +334,6 @@
 <syntax>BufferedLogs On|Off</syntax>
 <default>BufferedLogs Off</default>
 <contextlist><context>server config</context></contextlist>
-<status>Experimental</status>
 <compatibility>Available in versions 2.0.41 and later.</compatibility>
 
 <usage>

Modified: httpd/httpd/trunk/docs/manual/mod/mod_reqtimeout.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_reqtimeout.xml?rev=1062989&r1=1062988&r2=1062989&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_reqtimeout.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_reqtimeout.xml Mon Jan 24 21:30:03 2011
@@ -25,7 +25,7 @@
 <name>mod_reqtimeout</name>
 <description>Set timeout and minimum data rate for receiving requests
 </description>
-<status>Experimental</status>
+<status>Extension</status>
 <sourcefile>mod_reqtimeout.c</sourcefile>
 <identifier>reqtimeout_module</identifier>
 <compatibility>Available in Apache 2.2.15 and later</compatibility>

Modified: httpd/httpd/trunk/docs/manual/mod/mod_substitute.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_substitute.xml?rev=1062989&r1=1062988&r2=1062989&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_substitute.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_substitute.xml Mon Jan 24 21:30:03 2011
@@ -24,7 +24,7 @@
 
 <name>mod_substitute</name>
 <description>Perform search and replace operations on response bodies</description>
-<status>Experimental</status>
+<status>Extension</status>
 <sourcefile>mod_substitute.c</sourcefile>
 <identifier>substitute_module</identifier>
 <compatibility>Available in Apache HTTP Server 2.2.7 and later</compatibility>