From: Rainer Jung Date: Fri, 14 Dec 2012 12:35:47 +0000 (+0000) Subject: Drop pre-2.3 compatibility notes from trunk docs. X-Git-Tag: 2.5.0-alpha~6011 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=96a8fb8351e53de10b4d6daa9c09d8bc6c7dbb28;p=apache Drop pre-2.3 compatibility notes from trunk docs. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1421821 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index 516f9dff3f..163dc2106c 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -32,8 +32,8 @@ available Configures optimizations for a Protocol's Listener Sockets AcceptFilter protocol accept_filter server config -Available in Apache httpd 2.1.5 and later. -On Windows from Apache httpd 2.3.3 and later. +On Windows only available from Apache httpd 2.3.3 and later. +

This directive enables operating system specific optimizations for a @@ -121,7 +121,6 @@ AcceptFilter https data virtual hostdirectory .htaccess FileInfo -Available in Apache httpd 2.0.30 and later @@ -267,7 +266,7 @@ be passed through AllowEncodedSlashes Off server configvirtual host -Available in Apache httpd 2.0.46 and later. + NoDecode option available in 2.3.12 and later. @@ -654,7 +653,8 @@ which no other media type configuration could be found. directory.htaccess FileInfo -The argument none is available in Apache httpd 2.2.7 and later. All other choices are DISABLED for 2.3.x and later. +All choices except none are DISABLED for 2.3.x and later. +

This directive has been disabled. For backwards compatibility @@ -1078,7 +1078,7 @@ for a complete reference and more examples. directory.htaccess FileInfo -Available in version 2.0.44 and later. Default changed to Off in +Default changed to Off in version 2.3.9. @@ -1747,7 +1747,6 @@ media type in the HTTP Content-Type header field directory.htaccess FileInfo -Moved to the core in Apache httpd 2.0

When placed into an .htaccess file or a @@ -1973,8 +1972,6 @@ presence or absence of a specific module directory.htaccess All -Module identifiers are available in version 2.1 and -later.

The <IfModule test>...</IfModule> @@ -2028,7 +2025,7 @@ the server configuration files server configvirtual host directory -Wildcard matching available in 2.0.41 and later, directory +Directory wildcard matching available in 2.3.6 and later @@ -2296,7 +2293,6 @@ subrequests LimitInternalRecursion 10 server configvirtual host -Available in Apache httpd 2.0.47 and later

An internal redirect happens, for example, when using the Protocol for a listening socket Protocol protocol server configvirtual host -Available in Apache 2.1.5 and later. -On Windows from Apache 2.3.3 and later. +On Windows only available from Apache 2.3.3 and later.

This directive specifies the protocol used for a specific listening socket. @@ -3640,9 +3635,7 @@ scripts server configvirtual host directory.htaccess FileInfo -Win32 only; -option Registry-Strict is available in Apache HTTP Server 2.0 and -later +Win32 only.

This directive is used to control how Apache httpd finds the @@ -3698,7 +3691,6 @@ of a request or the last 63, assuming the request itself is greater than SeeRequestTail On|Off SeeRequestTail Off server config -Available in Apache httpd 2.2.7 and later.

mod_status with ExtendedStatus On @@ -4040,7 +4032,6 @@ handler directory.htaccess FileInfo -Moved into the core in Apache httpd 2.0

When placed into an .htaccess file or a @@ -4189,7 +4180,6 @@ certain events before failing a request TraceEnable [on|off|extended] TraceEnable on server configvirtual host -Available in Apache HTTP Server 1.3.34, 2.0.55 and later

This directive overrides the behavior of TRACE for both diff --git a/docs/manual/mod/mod_access_compat.xml b/docs/manual/mod/mod_access_compat.xml index cf974c73ef..d0acbc0587 100644 --- a/docs/manual/mod/mod_access_compat.xml +++ b/docs/manual/mod/mod_access_compat.xml @@ -419,10 +419,6 @@ user authentication directory.htaccess AuthConfig -Influenced by Limit and LimitExcept in version 2.0.51 and -later

Access policy if both directory.htaccess FileInfo -The virtual modifier and handler passing were -introduced in Apache 2.1

This directive adds an action, which will activate diff --git a/docs/manual/mod/mod_auth_basic.xml b/docs/manual/mod/mod_auth_basic.xml index b414b8fa4c..a33b470d14 100644 --- a/docs/manual/mod/mod_auth_basic.xml +++ b/docs/manual/mod/mod_auth_basic.xml @@ -27,7 +27,6 @@ Base mod_auth_basic.c auth_basic_module -Available in Apache 2.1 and later

This module allows the use of HTTP Basic Authentication to diff --git a/docs/manual/mod/mod_authn_anon.xml b/docs/manual/mod/mod_authn_anon.xml index 47abb94dd3..dd2d96dd1c 100644 --- a/docs/manual/mod/mod_authn_anon.xml +++ b/docs/manual/mod/mod_authn_anon.xml @@ -28,7 +28,6 @@ Extension mod_authn_anon.c authn_anon_module -Available in Apache 2.1 and later

This module provides authentication front-ends such as diff --git a/docs/manual/mod/mod_authn_dbd.xml b/docs/manual/mod/mod_authn_dbd.xml index 5cf4dd2ee8..5a339edc99 100644 --- a/docs/manual/mod/mod_authn_dbd.xml +++ b/docs/manual/mod/mod_authn_dbd.xml @@ -27,7 +27,6 @@ Extension mod_authn_dbd.c authn_dbd_module -Available in Apache 2.1 and later

This module provides authentication front-ends such as diff --git a/docs/manual/mod/mod_authn_dbm.xml b/docs/manual/mod/mod_authn_dbm.xml index 6721ba8170..161eff9e75 100644 --- a/docs/manual/mod/mod_authn_dbm.xml +++ b/docs/manual/mod/mod_authn_dbm.xml @@ -27,7 +27,6 @@ Extension mod_authn_dbm.c authn_dbm_module -Available in Apache 2.1 and later

This module provides authentication front-ends such as diff --git a/docs/manual/mod/mod_authn_file.xml b/docs/manual/mod/mod_authn_file.xml index 84bc2e6fd7..9f880d24ca 100644 --- a/docs/manual/mod/mod_authn_file.xml +++ b/docs/manual/mod/mod_authn_file.xml @@ -27,7 +27,6 @@ Base mod_authn_file.c authn_file_module -Available in Apache 2.1 and later

This module provides authentication front-ends such as diff --git a/docs/manual/mod/mod_authnz_ldap.xml b/docs/manual/mod/mod_authnz_ldap.xml index 67db78bc7d..5b90c7e9af 100644 --- a/docs/manual/mod/mod_authnz_ldap.xml +++ b/docs/manual/mod/mod_authnz_ldap.xml @@ -28,7 +28,6 @@ for HTTP Basic authentication. Extension mod_authnz_ldap.c authnz_ldap_module -Available in version 2.1 and later

This module provides authentication front-ends such as diff --git a/docs/manual/mod/mod_authz_dbm.xml b/docs/manual/mod/mod_authz_dbm.xml index 5b4768f66a..f9ba882858 100644 --- a/docs/manual/mod/mod_authz_dbm.xml +++ b/docs/manual/mod/mod_authz_dbm.xml @@ -27,7 +27,6 @@ Extension mod_authz_dbm.c authz_dbm_module -Available in Apache 2.1 and later

This module provides authorization capabilities so that diff --git a/docs/manual/mod/mod_authz_groupfile.xml b/docs/manual/mod/mod_authz_groupfile.xml index 5ebe885aad..e8cd825918 100644 --- a/docs/manual/mod/mod_authz_groupfile.xml +++ b/docs/manual/mod/mod_authz_groupfile.xml @@ -27,7 +27,6 @@ Base mod_authz_groupfile.c authz_groupfile_module -Available in Apache 2.1 and later

This module provides authorization capabilities so that diff --git a/docs/manual/mod/mod_authz_owner.xml b/docs/manual/mod/mod_authz_owner.xml index 475cc7d9f5..971c2cfb23 100644 --- a/docs/manual/mod/mod_authz_owner.xml +++ b/docs/manual/mod/mod_authz_owner.xml @@ -27,7 +27,6 @@ Extension mod_authz_owner.c authz_owner_module -Available in Apache 2.1 and later

This module authorizes access to files by comparing the userid used diff --git a/docs/manual/mod/mod_authz_user.xml b/docs/manual/mod/mod_authz_user.xml index fea8c72d9b..327088fc29 100644 --- a/docs/manual/mod/mod_authz_user.xml +++ b/docs/manual/mod/mod_authz_user.xml @@ -27,7 +27,6 @@ Base mod_authz_user.c authz_user_module -Available in Apache 2.1 and later

This module provides authorization capabilities so that diff --git a/docs/manual/mod/mod_cache.xml b/docs/manual/mod/mod_cache.xml index a34b576e36..5c47e60dea 100644 --- a/docs/manual/mod/mod_cache.xml +++ b/docs/manual/mod/mod_cache.xml @@ -848,7 +848,6 @@ LastModified date. CacheLock off server configvirtual host -Available in Apache 2.2.15 and later

The CacheLock directive enables the thundering herd lock diff --git a/docs/manual/mod/mod_dav_lock.xml b/docs/manual/mod/mod_dav_lock.xml index 9a0d4230ef..1750602296 100644 --- a/docs/manual/mod/mod_dav_lock.xml +++ b/docs/manual/mod/mod_dav_lock.xml @@ -27,7 +27,6 @@ Extension mod_dav_lock.c dav_lock_module -Available in version 2.1 and later

This module implements a generic locking API which can be used by any diff --git a/docs/manual/mod/mod_dbd.xml b/docs/manual/mod/mod_dbd.xml index 91feb3bac7..cf246cb61a 100644 --- a/docs/manual/mod/mod_dbd.xml +++ b/docs/manual/mod/mod_dbd.xml @@ -27,7 +27,6 @@ Extension mod_dbd.c dbd_module -Version 2.1 and later

mod_dbd manages SQL database connections using diff --git a/docs/manual/mod/mod_deflate.xml b/docs/manual/mod/mod_deflate.xml index fd4d228413..9e92608036 100644 --- a/docs/manual/mod/mod_deflate.xml +++ b/docs/manual/mod/mod_deflate.xml @@ -237,7 +237,6 @@ BrowserMatch \bMSIE !no-gzip !gzip-only-text/html DeflateFilterNote [type] notename server configvirtual host -type is available since Apache 2.0.45

The DeflateFilterNote directive @@ -342,7 +341,6 @@ CustomLog logs/deflate_log deflate Zlib's default server configvirtual host -This directive is available since Apache 2.0.45

The DeflateCompressionLevel directive specifies diff --git a/docs/manual/mod/mod_dir.xml b/docs/manual/mod/mod_dir.xml index 8adf266e98..244a34008c 100644 --- a/docs/manual/mod/mod_dir.xml +++ b/docs/manual/mod/mod_dir.xml @@ -172,7 +172,6 @@ a directory server configvirtual host directory.htaccess Indexes -Available in version 2.0.51 and later

The DirectorySlash directive determines whether diff --git a/docs/manual/mod/mod_dumpio.xml b/docs/manual/mod/mod_dumpio.xml index 53add340a0..ffedbcbe86 100644 --- a/docs/manual/mod/mod_dumpio.xml +++ b/docs/manual/mod/mod_dumpio.xml @@ -62,8 +62,6 @@ DumpIOInput On|Off DumpIOInput Off server config -DumpIOInput is only available in Apache 2.1.3 and -later.

Enable dumping of all input.

@@ -84,8 +82,6 @@ later. DumpIOOutput On|Off DumpIOOutput Off server config -DumpIOOutput is only available in Apache 2.1.3 and -later.

Enable dumping of all output.

diff --git a/docs/manual/mod/mod_echo.xml b/docs/manual/mod/mod_echo.xml index af670949de..ab9ee1a9ef 100644 --- a/docs/manual/mod/mod_echo.xml +++ b/docs/manual/mod/mod_echo.xml @@ -28,7 +28,6 @@ modules Experimental mod_echo.c echo_module -Available in Apache 2.0 and later

This module provides an example protocol module to illustrate the @@ -44,8 +43,6 @@ modules ProtocolEcho Off server config virtual host -ProtocolEcho is only available in 2.0 and -later.

The ProtocolEcho directive enables or diff --git a/docs/manual/mod/mod_filter.xml b/docs/manual/mod/mod_filter.xml index de1a723ef4..487f0b42db 100644 --- a/docs/manual/mod/mod_filter.xml +++ b/docs/manual/mod/mod_filter.xml @@ -27,7 +27,6 @@ Base mod_filter.c filter_module -Version 2.1 and later

This module enables smart, context-sensitive configuration of @@ -253,7 +252,7 @@ FilterProvider repack png_pack "%{CONTENT_TYPE} = 'image/png'" virtual hostdirectory .htaccess FileInfo -Version 2.0.33 and later; had severe limitations before +Had severe limitations before being moved to mod_filter in version 2.3.7 diff --git a/docs/manual/mod/mod_ident.xml b/docs/manual/mod/mod_ident.xml index 3499214c36..82b33218e1 100644 --- a/docs/manual/mod/mod_ident.xml +++ b/docs/manual/mod/mod_ident.xml @@ -27,7 +27,6 @@ Extension mod_ident.c ident_module -Available in Apache 2.1 and later

This module queries an IdentityCheck Off server configvirtual host directory -Moved out of core in Apache 2.1

This directive enables Base mod_include.c include_module -Implemented as an output filter since Apache -2.0

This module provides a filter which will process files @@ -758,7 +756,6 @@ AddOutputFilter INCLUDES .shtml SSIEndTag "-->" server configvirtual host -Available in version 2.0.30 and later.

This directive changes the string that mod_include @@ -780,7 +777,6 @@ AddOutputFilter INCLUDES .shtml server configvirtual host directory.htaccess All -Available in version 2.0.34 and later.

This directive changes the string that mod_include @@ -802,7 +798,6 @@ directive]" server configvirtual host directory.htaccess All -Available in version 2.0.30 and later.

The SSIErrorMsg directive changes the error @@ -827,7 +822,6 @@ directive]" SSIStartTag "<!--#" server configvirtual host -Available in version 2.0.30 and later.

This directive changes the string that mod_include @@ -864,7 +858,6 @@ displayed server configvirtual host directory.htaccess All -Available in version 2.0.30 and later.

This directive changes the format in which date strings are displayed @@ -890,7 +883,6 @@ displayed SSIETag on|off SSIETag off directory.htaccess -Available in version 2.2.15 and later.

Under normal circumstances, a file filtered by mod_include @@ -931,7 +923,6 @@ server. SSILastModified on|off SSILastModified off directory.htaccess -Available in version 2.2.15 and later.

Under normal circumstances, a file filtered by mod_include diff --git a/docs/manual/mod/mod_ldap.xml b/docs/manual/mod/mod_ldap.xml index 88f4e32e4c..09af632420 100644 --- a/docs/manual/mod/mod_ldap.xml +++ b/docs/manual/mod/mod_ldap.xml @@ -28,7 +28,6 @@ by other LDAP modules Extension util_ldap.c ldap_module -Available in version 2.0.41 and later

This module was created to improve the performance of diff --git a/docs/manual/mod/mod_log_config.xml b/docs/manual/mod/mod_log_config.xml index feda90c371..6c17f7786e 100644 --- a/docs/manual/mod/mod_log_config.xml +++ b/docs/manual/mod/mod_log_config.xml @@ -376,7 +376,6 @@ BufferedLogs On|Off BufferedLogs Off server config -Available in versions 2.0.41 and later.

The BufferedLogs directive causes diff --git a/docs/manual/mod/mod_log_forensic.xml b/docs/manual/mod/mod_log_forensic.xml index 5a31fb5c69..23c7dc4d3d 100644 --- a/docs/manual/mod/mod_log_forensic.xml +++ b/docs/manual/mod/mod_log_forensic.xml @@ -27,8 +27,6 @@ Extension mod_log_forensic.c log_forensic_module -mod_unique_id is no longer required since -version 2.1

This module provides for forensic logging of client diff --git a/docs/manual/mod/mod_mime.xml b/docs/manual/mod/mod_mime.xml index 78781d4c54..95236b1e3b 100644 --- a/docs/manual/mod/mod_mime.xml +++ b/docs/manual/mod/mod_mime.xml @@ -388,8 +388,6 @@ client requests server configvirtual host directory.htaccess FileInfo -AddInputFilter is only available in Apache 2.0.26 and -later.

AddInputFilter maps the filename extension @@ -482,8 +480,6 @@ responses from the server server configvirtual host directory.htaccess FileInfo -AddOutputFilter is only available in Apache 2.0.26 and -later.

The AddOutputFilter directive maps the @@ -625,7 +621,6 @@ a matching file with MultiViews server configvirtual host directory.htaccess FileInfo -Available in Apache 2.0.26 and later.

MultiviewsMatch permits three different @@ -719,7 +714,6 @@ components as part of the filename ModMimeUsePathInfo On|Off ModMimeUsePathInfo Off directory -Available in Apache 2.0.41 and later

The ModMimeUsePathInfo directive is used to @@ -758,8 +752,6 @@ extensions virtual hostdirectory .htaccess FileInfo -RemoveCharset is only available in Apache 2.0.24 and -later.

The RemoveCharset directive removes any @@ -870,8 +862,6 @@ extensions virtual hostdirectory .htaccess FileInfo -RemoveInputFilter is only available in Apache 2.0.26 and -later.

The RemoveInputFilter directive removes any @@ -897,8 +887,6 @@ extensions virtual hostdirectory .htaccess FileInfo -RemoveLanguage is only available in Apache 2.0.24 and -later.

The RemoveLanguage directive removes any @@ -921,8 +909,6 @@ extensions virtual hostdirectory .htaccess FileInfo -RemoveOutputFilter is only available in Apache 2.0.26 and -later.

The RemoveOutputFilter directive removes any diff --git a/docs/manual/mod/mod_negotiation.xml b/docs/manual/mod/mod_negotiation.xml index 977e2de175..e7109bfe94 100644 --- a/docs/manual/mod/mod_negotiation.xml +++ b/docs/manual/mod/mod_negotiation.xml @@ -239,7 +239,6 @@ found server configvirtual host directory.htaccess FileInfo -Available in version 2.0.30 and later

The ForceLanguagePriority directive uses diff --git a/docs/manual/mod/mod_proxy.xml b/docs/manual/mod/mod_proxy.xml index 9b7ce53e48..5c381fb087 100644 --- a/docs/manual/mod/mod_proxy.xml +++ b/docs/manual/mod/mod_proxy.xml @@ -476,7 +476,6 @@ response ProxyBadHeader IsError server configvirtual host -Available in Apache HTTP Server 2.0.44 and later

The ProxyBadHeader directive determines the @@ -526,7 +525,7 @@ request server configvirtual host directory -Available in Apache HTTP Server 2.0.31 and later. Usable in directory +Usable in directory context in 2.3.3 and later. @@ -672,8 +671,6 @@ expressions >key=value [key=value ...]] directory - BalancerMember is only available in Apache HTTP Server 2.2 - and later.

This directive adds a member to a load balancing group. It could be used within a <Proxy balancer://...> container @@ -696,8 +693,6 @@ expressions ProxySet url key=value [key=value ...] directory -ProxySet is only available in Apache HTTP Server 2.2 - and later.

This directive is used as an alternate method of setting any of the parameters available to Proxy balancers and workers normally done via the @@ -1521,8 +1516,6 @@ through ProxyMaxForwards -1 server configvirtual host -Available in Apache HTTP Server 2.0 and later; - default behaviour changed in 2.2.7/2.3

The ProxyMaxForwards directive specifies the @@ -1679,7 +1672,6 @@ NoProxy .example.com 192.168.112.0/21 Value of Timeout server configvirtual host -Available in Apache HTTP Server 2.0.31 and later

This directive allows a user to specifiy a timeout on proxy requests. @@ -1757,7 +1749,6 @@ header for proxied requests server configvirtual host directory -Available in version 2.0 and later

This directive is useful for reverse-proxy setups, where you want to @@ -1782,7 +1773,6 @@ header for proxied requests virtual host directory -Available in httpd 2.2.9 and later

This directive, together with the interpolate argument to @@ -1811,7 +1801,6 @@ header for proxied requests server config virtual host -Available in version 2.2 and later

This directive determines whether or not proxy diff --git a/docs/manual/mod/mod_proxy_ajp.xml b/docs/manual/mod/mod_proxy_ajp.xml index 4665761ad4..bc40f3b512 100644 --- a/docs/manual/mod/mod_proxy_ajp.xml +++ b/docs/manual/mod/mod_proxy_ajp.xml @@ -28,7 +28,6 @@ Extension mod_proxy_ajp.c proxy_ajp_module -Available in version 2.1 and later

This module requires the service of Extension mod_proxy_balancer.c proxy_balancer_module -Available in version 2.1 and later

This module requires the service of ProxyFtpDirCharset ISO-8859-1 server configvirtual host directory -Available in Apache 2.2.7 and later. Moved from mod_proxy in Apache 2.3.5. +Moved from mod_proxy in Apache 2.3.5.

The ProxyFtpDirCharset directive defines the diff --git a/docs/manual/mod/mod_proxy_scgi.xml b/docs/manual/mod/mod_proxy_scgi.xml index 602c211664..a115a2190a 100644 --- a/docs/manual/mod/mod_proxy_scgi.xml +++ b/docs/manual/mod/mod_proxy_scgi.xml @@ -27,7 +27,6 @@ Extension mod_proxy_scgi.c proxy_scgi_module -Available in version 2.2.14 and later

This module requires the service of Extension mod_reqtimeout.c reqtimeout_module -Available in Apache HTTPD 2.2.15 and later

Examples @@ -89,7 +88,7 @@ header=20-40,MinRate=500 body=20,MinRate=500 server configvirtual host -Available in version 2.2.15 and later; defaulted to disabled in +Defaulted to disabled in version 2.3.14 and earlier. diff --git a/docs/manual/mod/mod_rewrite.xml b/docs/manual/mod/mod_rewrite.xml index cbd37ece34..19d06fb92d 100644 --- a/docs/manual/mod/mod_rewrite.xml +++ b/docs/manual/mod/mod_rewrite.xml @@ -132,8 +132,6 @@ URLs on the fly server configvirtual host directory.htaccess FileInfo -MaxRedirects is no longer available in version 2.1 and -later

The RewriteOptions directive sets some @@ -242,8 +240,6 @@ later server configvirtual host -The choice of different dbm types is available in -Apache HTTP Server 2.0.41 and later

The RewriteMap directive defines a diff --git a/docs/manual/mod/mod_ssl.xml b/docs/manual/mod/mod_ssl.xml index f4f036f4c9..72b7ef99e2 100644 --- a/docs/manual/mod/mod_ssl.xml +++ b/docs/manual/mod/mod_ssl.xml @@ -1545,7 +1545,6 @@ host. SSLStrictSNIVHostCheck off server config virtual host -Available in Apache 2.2.12 and later

@@ -1995,7 +1994,6 @@ SSLProxyCARevocationCheck chain directory .htaccess AuthConfig -Available in Apache 2.0.51 and later

@@ -2023,7 +2021,7 @@ SSLUserName SSL_CLIENT_S_DN_CN SSLHonorCipherOrder flag server config virtual host -Available in Apache 2.1 and later, if using OpenSSL 0.9.7 or later +Available if using OpenSSL 0.9.7 or later

When choosing a cipher during an SSLv3 or TLSv1 handshake, normally @@ -2180,7 +2178,7 @@ which means that OCSP responses are considered valid as long as their SSLInsecureRenegotiation off server config virtual host -Available in httpd 2.2.15 and later, if using OpenSSL 0.9.8m or later +Available if using OpenSSL 0.9.8m or later

As originally specified, all versions of the SSL and TLS protocols diff --git a/docs/manual/mod/mod_substitute.xml b/docs/manual/mod/mod_substitute.xml index 3c275decad..1250d92127 100644 --- a/docs/manual/mod/mod_substitute.xml +++ b/docs/manual/mod/mod_substitute.xml @@ -27,7 +27,6 @@ Extension mod_substitute.c substitute_module -Available in Apache HTTP Server 2.2.7 and later

mod_substitute provides a mechanism to perform diff --git a/docs/manual/mod/mod_suexec.xml b/docs/manual/mod/mod_suexec.xml index 2a8232b25c..fea3e574e0 100644 --- a/docs/manual/mod/mod_suexec.xml +++ b/docs/manual/mod/mod_suexec.xml @@ -28,7 +28,6 @@ and Group Extension mod_suexec.c suexec_module -Available in Apache 2.0 and later

@@ -46,8 +45,6 @@ and Group SuexecUserGroup User Group server config virtual host -SuexecUserGroup is only available in 2.0 and -later.

The SuexecUserGroup directive allows you diff --git a/docs/manual/mod/mod_unixd.xml b/docs/manual/mod/mod_unixd.xml index 8c06b1e71e..ab654346a3 100644 --- a/docs/manual/mod/mod_unixd.xml +++ b/docs/manual/mod/mod_unixd.xml @@ -37,8 +37,6 @@ requests Group unix-group Group #-1 server config -Only valid in global server config since Apache -2.0

The Group directive sets the group under @@ -84,8 +82,6 @@ requests User unix-userid User #-1 server config -Only valid in global server config since Apache -2.0

The User directive sets the user ID as @@ -132,7 +128,6 @@ requests none server config mod_unixd -Available in Apache 2.2.10 and later

This directive tells the server to chroot(8) to the diff --git a/docs/manual/mod/mod_version.xml b/docs/manual/mod/mod_version.xml index 6110dbe58b..00bd288a40 100644 --- a/docs/manual/mod/mod_version.xml +++ b/docs/manual/mod/mod_version.xml @@ -26,7 +26,6 @@ Extension mod_version.c version_module -Available in version 2.0.56 and later

This module is designed for the use in test suites and large diff --git a/docs/manual/mod/mpm_common.xml b/docs/manual/mod/mpm_common.xml index 8ee8237459..3408122633 100644 --- a/docs/manual/mod/mpm_common.xml +++ b/docs/manual/mod/mpm_common.xml @@ -88,7 +88,6 @@ after a crash eventprefork worker -Available in version 2.0.49 and later

For safety reasons this directive is only available if the server was @@ -113,7 +112,6 @@ will exit. server config preforkworker event -Available in version 2.2 and later

The GracefulShutdownTimeout specifies @@ -179,8 +177,6 @@ listens to preforkworker event -Required directive since Apache HTTP Server 2.0
-The protocol argument was added in 2.1.5

The Listen directive instructs Apache httpd to @@ -661,8 +657,6 @@ per child process server config eventmpm_winnt worker -Available for mpm_winnt in Apache HTTP Server 2.0.41 -and later

This directive sets the maximum configured value for mpmt_os2mpm_winntworker event -Available in Apache HTTP Server 2.1 and later

The ThreadStackSize directive sets the