You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rj...@apache.org on 2012/12/14 15:28:23 UTC

svn commit: r1421892 - /httpd/httpd/branches/2.4.x/docs/manual/mod/

Author: rjung
Date: Fri Dec 14 14:28:14 2012
New Revision: 1421892

URL: http://svn.apache.org/viewvc?rev=1421892&view=rev
Log:
Trim compatibility info in docs.
Remove everything referring to pre 2.1
from 2.4 docs.

Modified:
    httpd/httpd/branches/2.4.x/docs/manual/mod/core.xml
    httpd/httpd/branches/2.4.x/docs/manual/mod/mod_deflate.xml
    httpd/httpd/branches/2.4.x/docs/manual/mod/mod_dir.xml
    httpd/httpd/branches/2.4.x/docs/manual/mod/mod_echo.xml
    httpd/httpd/branches/2.4.x/docs/manual/mod/mod_filter.xml
    httpd/httpd/branches/2.4.x/docs/manual/mod/mod_include.xml
    httpd/httpd/branches/2.4.x/docs/manual/mod/mod_ldap.xml
    httpd/httpd/branches/2.4.x/docs/manual/mod/mod_log_config.xml
    httpd/httpd/branches/2.4.x/docs/manual/mod/mod_mime.xml
    httpd/httpd/branches/2.4.x/docs/manual/mod/mod_negotiation.xml
    httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy.xml
    httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy_ftp.xml
    httpd/httpd/branches/2.4.x/docs/manual/mod/mod_rewrite.xml
    httpd/httpd/branches/2.4.x/docs/manual/mod/mod_ssl.xml
    httpd/httpd/branches/2.4.x/docs/manual/mod/mod_suexec.xml
    httpd/httpd/branches/2.4.x/docs/manual/mod/mod_unixd.xml
    httpd/httpd/branches/2.4.x/docs/manual/mod/mod_version.xml
    httpd/httpd/branches/2.4.x/docs/manual/mod/mpm_common.xml

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/core.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/core.xml?rev=1421892&r1=1421891&r2=1421892&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/core.xml (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/core.xml Fri Dec 14 14:28:14 2012
@@ -121,7 +121,6 @@ AcceptFilter https data
 <context>virtual host</context><context>directory</context>
 <context>.htaccess</context></contextlist>
 <override>FileInfo</override>
-<compatibility>Available in Apache httpd 2.0.30 and later</compatibility>
 
 <usage>
 
@@ -267,7 +266,7 @@ be passed through</description>
 <default>AllowEncodedSlashes Off</default>
 <contextlist><context>server config</context><context>virtual host</context>
 </contextlist>
-<compatibility>Available in Apache httpd 2.0.46 and later.
+<compatibility>
 NoDecode option available in 2.3.12 and later.</compatibility>
 
 <usage>
@@ -1072,7 +1071,7 @@ for a complete reference and more exampl
 <context>directory</context><context>.htaccess</context>
 </contextlist>
 <override>FileInfo</override>
-<compatibility>Available in version 2.0.44 and later. Default changed to Off in
+<compatibility>Default changed to Off in
 version 2.3.9.</compatibility>
 
 <usage>
@@ -1741,7 +1740,6 @@ media type in the HTTP Content-Type head
 <contextlist><context>directory</context><context>.htaccess</context>
 </contextlist>
 <override>FileInfo</override>
-<compatibility>Moved to the core in Apache httpd 2.0</compatibility>
 
 <usage>
     <p>When placed into an <code>.htaccess</code> file or a
@@ -2022,7 +2020,7 @@ the server configuration files</descript
 <contextlist><context>server config</context><context>virtual host</context>
 <context>directory</context>
 </contextlist>
-<compatibility>Wildcard matching available in 2.0.41 and later, directory
+<compatibility>Directory
 wildcard matching available in 2.3.6 and later</compatibility>
 
 <usage>
@@ -2290,7 +2288,6 @@ subrequests</description>
 <default>LimitInternalRecursion 10</default>
 <contextlist><context>server config</context><context>virtual host</context>
 </contextlist>
-<compatibility>Available in Apache httpd 2.0.47 and later</compatibility>
 
 <usage>
     <p>An internal redirect happens, for example, when using the <directive
@@ -3578,9 +3575,7 @@ scripts</description>
 <contextlist><context>server config</context><context>virtual host</context>
 <context>directory</context><context>.htaccess</context></contextlist>
 <override>FileInfo</override>
-<compatibility>Win32 only;
-option <code>Registry-Strict</code> is available in Apache HTTP Server 2.0 and
-later</compatibility>
+<compatibility>Win32 only.</compatibility>
 
 <usage>
     <p>This directive is used to control how Apache httpd finds the
@@ -3978,7 +3973,6 @@ handler</description>
 <context>directory</context><context>.htaccess</context>
 </contextlist>
 <override>FileInfo</override>
-<compatibility>Moved into the core in Apache httpd 2.0</compatibility>
 
 <usage>
     <p>When placed into an <code>.htaccess</code> file or a
@@ -4127,7 +4121,6 @@ certain events before failing a request<
 <syntax>TraceEnable <var>[on|off|extended]</var></syntax>
 <default>TraceEnable on</default>
 <contextlist><context>server config</context><context>virtual host</context></contextlist>
-<compatibility>Available in Apache HTTP Server 1.3.34, 2.0.55 and later</compatibility>
 
 <usage>
     <p>This directive overrides the behavior of <code>TRACE</code> for both

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_deflate.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_deflate.xml?rev=1421892&r1=1421891&r2=1421892&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_deflate.xml (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_deflate.xml Fri Dec 14 14:28:14 2012
@@ -237,7 +237,6 @@ BrowserMatch \bMSIE             !no-gzip
 <syntax>DeflateFilterNote [<var>type</var>] <var>notename</var></syntax>
 <contextlist><context>server config</context><context>virtual host</context>
 </contextlist>
-<compatibility><var>type</var> is available since Apache 2.0.45</compatibility>
 
 <usage>
     <p>The <directive>DeflateFilterNote</directive> directive
@@ -342,7 +341,6 @@ CustomLog logs/deflate_log deflate
 <default>Zlib's default</default>
 <contextlist><context>server config</context><context>virtual host</context>
 </contextlist>
-<compatibility>This directive is available since Apache 2.0.45</compatibility>
 
 <usage>
     <p>The <directive>DeflateCompressionLevel</directive> directive specifies

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_dir.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_dir.xml?rev=1421892&r1=1421891&r2=1421892&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_dir.xml (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_dir.xml Fri Dec 14 14:28:14 2012
@@ -172,7 +172,6 @@ a directory</description>
 <contextlist><context>server config</context><context>virtual host</context>
 <context>directory</context><context>.htaccess</context></contextlist>
 <override>Indexes</override>
-<compatibility>Available in version 2.0.51 and later</compatibility>
 
 <usage>
     <p>The <directive>DirectorySlash</directive> directive determines whether

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_echo.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_echo.xml?rev=1421892&r1=1421891&r2=1421892&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_echo.xml (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_echo.xml Fri Dec 14 14:28:14 2012
@@ -28,7 +28,6 @@ modules</description>
 <status>Experimental</status>
 <sourcefile>mod_echo.c</sourcefile>
 <identifier>echo_module</identifier>
-<compatibility>Available in Apache 2.0 and later</compatibility>
 
 <summary>
     <p>This module provides an example protocol module to illustrate the
@@ -44,8 +43,6 @@ modules</description>
 <default>ProtocolEcho Off</default>
 <contextlist><context>server config</context>
 <context>virtual host</context></contextlist>
-<compatibility>ProtocolEcho is only available in 2.0 and
-later.</compatibility>
 
 <usage>
     <p>The <directive>ProtocolEcho</directive> directive enables or

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_filter.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_filter.xml?rev=1421892&r1=1421891&r2=1421892&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_filter.xml (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_filter.xml Fri Dec 14 14:28:14 2012
@@ -253,7 +253,7 @@ FilterProvider repack png_pack "%{CONTEN
 <context>virtual host</context><context>directory</context>
 <context>.htaccess</context></contextlist>
 <override>FileInfo</override>
-<compatibility>Version 2.0.33 and later; had severe limitations before
+<compatibility>Had severe limitations before
 being moved to <module>mod_filter</module> in version 2.3.7</compatibility>
 
 <usage>

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_include.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_include.xml?rev=1421892&r1=1421891&r2=1421892&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_include.xml (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_include.xml Fri Dec 14 14:28:14 2012
@@ -27,8 +27,6 @@
 <status>Base</status>
 <sourcefile>mod_include.c</sourcefile>
 <identifier>include_module</identifier>
-<compatibility>Implemented as an output filter since Apache
-2.0</compatibility>
 
 <summary>
     <p>This module provides a filter which will process files
@@ -758,7 +756,6 @@ AddOutputFilter INCLUDES .shtml
 <default>SSIEndTag &quot;--&gt;&quot;</default>
 <contextlist><context>server config</context><context>virtual host</context>
 </contextlist>
-<compatibility>Available in version 2.0.30 and later.</compatibility>
 
 <usage>
     <p>This directive changes the string that <module>mod_include</module>
@@ -780,7 +777,6 @@ AddOutputFilter INCLUDES .shtml
 <contextlist><context>server config</context><context>virtual host</context>
 <context>directory</context><context>.htaccess</context></contextlist>
 <override>All</override>
-<compatibility>Available in version 2.0.34 and later.</compatibility>
 
 <usage>
     <p>This directive changes the string that <module>mod_include</module>
@@ -802,7 +798,6 @@ directive]&quot;</default>
 <contextlist><context>server config</context><context>virtual host</context>
 <context>directory</context><context>.htaccess</context></contextlist>
 <override>All</override>
-<compatibility>Available in version 2.0.30 and later.</compatibility>
 
 <usage>
     <p>The <directive>SSIErrorMsg</directive> directive changes the error
@@ -827,7 +822,6 @@ directive]&quot;</default>
 <default>SSIStartTag &quot;&lt;!--#&quot;</default>
 <contextlist><context>server config</context><context>virtual host</context>
 </contextlist>
-<compatibility>Available in version 2.0.30 and later.</compatibility>
 
 <usage>
     <p>This directive changes the string that <module>mod_include</module>
@@ -864,7 +858,6 @@ displayed</description>
 <context>server config</context><context>virtual host</context>
 <context>directory</context><context>.htaccess</context></contextlist>
 <override>All</override>
-<compatibility>Available in version 2.0.30 and later.</compatibility>
 
 <usage>
 <p>This directive changes the format in which date strings are displayed

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_ldap.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_ldap.xml?rev=1421892&r1=1421891&r2=1421892&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_ldap.xml (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_ldap.xml Fri Dec 14 14:28:14 2012
@@ -28,7 +28,6 @@ by other LDAP modules</description>
 <status>Extension</status>
 <sourcefile>util_ldap.c</sourcefile>
 <identifier>ldap_module</identifier>
-<compatibility>Available in version 2.0.41 and later</compatibility>
 
 <summary>
     <p>This module was created to improve the performance of

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_log_config.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_log_config.xml?rev=1421892&r1=1421891&r2=1421892&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_log_config.xml (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_log_config.xml Fri Dec 14 14:28:14 2012
@@ -376,7 +376,6 @@
 <syntax>BufferedLogs On|Off</syntax>
 <default>BufferedLogs Off</default>
 <contextlist><context>server config</context></contextlist>
-<compatibility>Available in versions 2.0.41 and later.</compatibility>
 
 <usage>
     <p>The <directive>BufferedLogs</directive> directive causes

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_mime.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_mime.xml?rev=1421892&r1=1421891&r2=1421892&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_mime.xml (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_mime.xml Fri Dec 14 14:28:14 2012
@@ -388,8 +388,6 @@ client requests</description>
 <contextlist><context>server config</context><context>virtual host</context>
 <context>directory</context><context>.htaccess</context></contextlist>
 <override>FileInfo</override>
-<compatibility>AddInputFilter is only available in Apache 2.0.26 and
-later.</compatibility>
 
 <usage>
     <p><directive>AddInputFilter</directive> maps the filename extension
@@ -482,8 +480,6 @@ responses from the server</description>
 <contextlist><context>server config</context><context>virtual host</context>
 <context>directory</context><context>.htaccess</context></contextlist>
 <override>FileInfo</override>
-<compatibility>AddOutputFilter is only available in Apache 2.0.26 and
-later.</compatibility>
 
 <usage>
     <p>The <directive>AddOutputFilter</directive> directive maps the
@@ -625,7 +621,6 @@ a matching file with MultiViews</descrip
 <contextlist><context>server config</context><context>virtual host</context>
 <context>directory</context><context>.htaccess</context></contextlist>
 <override>FileInfo</override>
-<compatibility>Available in Apache 2.0.26 and later.</compatibility>
 
 <usage>
     <p><directive>MultiviewsMatch</directive> permits three different
@@ -719,7 +714,6 @@ components as part of the filename</desc
 <syntax>ModMimeUsePathInfo On|Off</syntax>
 <default>ModMimeUsePathInfo Off</default>
 <contextlist><context>directory</context></contextlist>
-<compatibility>Available in Apache 2.0.41 and later</compatibility>
 
 <usage>
     <p>The <directive>ModMimeUsePathInfo</directive> directive is used to
@@ -758,8 +752,6 @@ extensions</description>
 <contextlist><context>virtual host</context><context>directory</context>
 <context>.htaccess</context></contextlist>
 <override>FileInfo</override>
-<compatibility>RemoveCharset is only available in Apache 2.0.24 and
-later.</compatibility>
 
 <usage>
     <p>The <directive>RemoveCharset</directive> directive removes any
@@ -870,8 +862,6 @@ extensions</description>
 <contextlist><context>virtual host</context><context>directory</context>
 <context>.htaccess</context></contextlist>
 <override>FileInfo</override>
-<compatibility>RemoveInputFilter is only available in Apache 2.0.26 and
-later.</compatibility>
 
 <usage>
     <p>The <directive>RemoveInputFilter</directive> directive removes any
@@ -897,8 +887,6 @@ extensions</description>
 <contextlist><context>virtual host</context><context>directory</context>
 <context>.htaccess</context></contextlist>
 <override>FileInfo</override>
-<compatibility>RemoveLanguage is only available in Apache 2.0.24 and
-later.</compatibility>
 
 <usage>
     <p>The <directive>RemoveLanguage</directive> directive removes any
@@ -921,8 +909,6 @@ extensions</description>
 <contextlist><context>virtual host</context><context>directory</context>
 <context>.htaccess</context></contextlist>
 <override>FileInfo</override>
-<compatibility>RemoveOutputFilter is only available in Apache 2.0.26 and
-later.</compatibility>
 
 <usage>
     <p>The <directive>RemoveOutputFilter</directive> directive removes any

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_negotiation.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_negotiation.xml?rev=1421892&r1=1421891&r2=1421892&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_negotiation.xml (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_negotiation.xml Fri Dec 14 14:28:14 2012
@@ -239,7 +239,6 @@ found</description>
 <contextlist><context>server config</context><context>virtual host</context>
 <context>directory</context><context>.htaccess</context></contextlist>
 <override>FileInfo</override>
-<compatibility>Available in version 2.0.30 and later</compatibility>
 
 <usage>
     <p>The <directive>ForceLanguagePriority</directive> directive uses

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy.xml?rev=1421892&r1=1421891&r2=1421892&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy.xml (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy.xml Fri Dec 14 14:28:14 2012
@@ -476,7 +476,6 @@ response</description>
 <default>ProxyBadHeader IsError</default>
 <contextlist><context>server config</context><context>virtual host</context>
 </contextlist>
-<compatibility>Available in Apache HTTP Server 2.0.44 and later</compatibility>
 
 <usage>
     <p>The <directive>ProxyBadHeader</directive> directive determines the
@@ -526,7 +525,7 @@ request</description>
 <contextlist><context>server config</context><context>virtual host</context>
 <context>directory</context>
 </contextlist>
-<compatibility>Available in Apache HTTP Server 2.0.31 and later. Usable in directory
+<compatibility>Usable in directory
 context in 2.3.3 and later.</compatibility>
 
 <usage>
@@ -1469,8 +1468,7 @@ through</description>
 <default>ProxyMaxForwards -1</default>
 <contextlist><context>server config</context><context>virtual host</context>
 </contextlist>
-<compatibility>Available in Apache HTTP Server 2.0 and later;
-	default behaviour changed in 2.2.7/2.3</compatibility>
+<compatibility>Default behaviour changed in 2.2.7</compatibility>
 
 <usage>
     <p>The <directive>ProxyMaxForwards</directive> directive specifies the
@@ -1627,7 +1625,6 @@ NoProxy         .example.com 192.168.112
 <default>Value of <directive module="core">Timeout</directive></default>
 <contextlist><context>server config</context><context>virtual host</context>
 </contextlist>
-<compatibility>Available in Apache HTTP Server 2.0.31 and later</compatibility>
 
 <usage>
     <p>This directive allows a user to specifiy a timeout on proxy requests.
@@ -1705,7 +1702,6 @@ header for proxied requests</description
 <contextlist><context>server config</context><context>virtual host</context>
 <context>directory</context>
 </contextlist>
-<compatibility>Available in version 2.0 and later</compatibility>
 
 <usage>
     <p>This directive is useful for reverse-proxy setups, where you want to

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy_ftp.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy_ftp.xml?rev=1421892&r1=1421891&r2=1421892&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy_ftp.xml (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy_ftp.xml Fri Dec 14 14:28:14 2012
@@ -162,7 +162,7 @@
 <default>on</default>
 <contextlist><context>server config</context><context>virtual host</context>
   <context>directory</context></contextlist>
-<compatibility>Available in Apache xxx and later</compatibility>
+<compatibility>Available in Apache 2.3.3 and later</compatibility>
 
 <usage>
   <p>The <directive>ProxyFtpListOnWildcard</directive> directive
@@ -181,7 +181,7 @@
 <default>on</default>
 <contextlist><context>server config</context><context>virtual host</context>
   <context>directory</context></contextlist>
-<compatibility>Available in Apache xxx and later</compatibility>
+<compatibility>Available in Apache 2.3.3 and later</compatibility>
 
 <usage>
   <p>The <directive>ProxyFtpEscapeWildcards</directive> directive

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_rewrite.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_rewrite.xml?rev=1421892&r1=1421891&r2=1421892&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_rewrite.xml (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_rewrite.xml Fri Dec 14 14:28:14 2012
@@ -243,8 +243,6 @@ later</compatibility>
 </syntax>
 <contextlist><context>server config</context><context>virtual host</context>
 </contextlist>
-<compatibility>The choice of different dbm types is available in
-Apache HTTP Server 2.0.41 and later</compatibility>
 
 <usage>
       <p>The <directive>RewriteMap</directive> directive defines a

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_ssl.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_ssl.xml?rev=1421892&r1=1421891&r2=1421892&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_ssl.xml (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_ssl.xml Fri Dec 14 14:28:14 2012
@@ -1999,7 +1999,6 @@ SSLProxyCARevocationCheck chain
 <context>directory</context>
 <context>.htaccess</context></contextlist>
 <override>AuthConfig</override>
-<compatibility>Available in Apache 2.0.51 and later</compatibility>
 
 <usage>
 <p>

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_suexec.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_suexec.xml?rev=1421892&r1=1421891&r2=1421892&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_suexec.xml (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_suexec.xml Fri Dec 14 14:28:14 2012
@@ -28,7 +28,6 @@ and Group</description>
 <status>Extension</status>
 <sourcefile>mod_suexec.c</sourcefile>
 <identifier>suexec_module</identifier>
-<compatibility>Available in Apache 2.0 and later</compatibility>
 
 
 <summary>
@@ -46,8 +45,6 @@ and Group</description>
 <syntax>SuexecUserGroup <em>User Group</em></syntax>
 <contextlist><context>server config</context>
 <context>virtual host</context></contextlist>
-<compatibility>SuexecUserGroup is only available in 2.0 and
-later.</compatibility>
 
 <usage>
     <p>The <directive>SuexecUserGroup</directive> directive allows you

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_unixd.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_unixd.xml?rev=1421892&r1=1421891&r2=1421892&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_unixd.xml (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_unixd.xml Fri Dec 14 14:28:14 2012
@@ -37,8 +37,6 @@ requests</description>
 <syntax>Group <var>unix-group</var></syntax>
 <default>Group #-1</default>
 <contextlist><context>server config</context></contextlist>
-<compatibility>Only valid in global server config since Apache
-2.0</compatibility>
 
 <usage>
     <p>The <directive>Group</directive> directive sets the group under
@@ -84,8 +82,6 @@ requests</description>
 <syntax>User <var>unix-userid</var></syntax>
 <default>User #-1</default>
 <contextlist><context>server config</context></contextlist>
-<compatibility>Only valid in global server config since Apache
-2.0</compatibility>
 
 <usage>
     <p>The <directive>User</directive> directive sets the user ID as

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_version.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_version.xml?rev=1421892&r1=1421891&r2=1421892&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_version.xml (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_version.xml Fri Dec 14 14:28:14 2012
@@ -26,7 +26,6 @@
 <status>Extension</status>
 <sourcefile>mod_version.c</sourcefile>
 <identifier>version_module</identifier>
-<compatibility>Available in version 2.0.56 and later</compatibility>
 
 <summary>
     <p>This module is designed for the use in test suites and large

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mpm_common.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mpm_common.xml?rev=1421892&r1=1421891&r2=1421892&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mpm_common.xml (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mpm_common.xml Fri Dec 14 14:28:14 2012
@@ -88,7 +88,6 @@ after a crash</description>
 <modulelist>
 <module>event</module><module>prefork</module>
 <module>worker</module></modulelist>
-<compatibility>Available in version 2.0.49 and later</compatibility>
 
 <usage>
     <p>For safety reasons this directive is only available if the server was
@@ -179,8 +178,7 @@ listens to</description>
 <module>prefork</module><module>worker</module>
 <module>event</module>
 </modulelist>
-<compatibility>Required directive since Apache HTTP Server 2.0<br/>
-The <var>protocol</var> argument was added in 2.1.5</compatibility>
+<compatibility>The <var>protocol</var> argument was added in 2.1.5</compatibility>
 
 <usage>
     <p>The <directive>Listen</directive> directive instructs Apache httpd to
@@ -657,8 +655,6 @@ per child process</description>
 <contextlist><context>server config</context></contextlist>
 <modulelist><module>event</module><module>mpm_winnt</module>
 <module>worker</module></modulelist>
-<compatibility>Available for <module>mpm_winnt</module> in Apache HTTP Server 2.0.41
-and later</compatibility>
 
 <usage>
     <p>This directive sets the maximum configured value for <directive