]> granicus.if.org Git - apache/commitdiff
Remove compatibility references to httpd < 2.4.
authorYann Ylavic <ylavic@apache.org>
Fri, 4 Apr 2014 09:11:28 +0000 (09:11 +0000)
committerYann Ylavic <ylavic@apache.org>
Fri, 4 Apr 2014 09:11:28 +0000 (09:11 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1584572 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/core.xml
docs/manual/mod/mod_isapi.xml
docs/manual/mod/mod_log_config.xml
docs/manual/mod/mod_proxy.xml
docs/manual/mod/mod_suexec.xml
docs/manual/mod/mod_unixd.xml

index afafcaa328c7e282ee565f210d0d218ae137a2f5..cfbc250c80ccf53c73abae5acbb7e7e19d5af09b 100644 (file)
@@ -32,8 +32,7 @@ available</description>
 <description>Configures optimizations for a Protocol's Listener Sockets</description>
 <syntax>AcceptFilter <var>protocol</var> <var>accept_filter</var></syntax>
 <contextlist><context>server config</context></contextlist>
-<compatibility>On Windows only available from Apache httpd 2.3.3 and later.
-</compatibility>
+<compatibility>On Windows only.</compatibility>
 
 <usage>
     <p>This directive enables operating system specific optimizations for a
@@ -1346,7 +1345,6 @@ ErrorDocument 404 /cgi-bin/bad_urls.pl
 <syntax> ErrorLogFormat [connection|request] <var>format</var></syntax>
 <contextlist><context>server config</context><context>virtual host</context>
 </contextlist>
-<compatibility>Available in Apache httpd 2.3.9 and later</compatibility>
 
 <usage>
     <p><directive>ErrorLogFormat</directive> allows to specify what
@@ -2184,8 +2182,6 @@ requests on a persistent connection</description>
 <default>KeepAliveTimeout 5</default>
 <contextlist><context>server config</context><context>virtual host</context>
 </contextlist>
-<compatibility>Specifying a value in milliseconds is available in
-Apache httpd 2.3.2 and later</compatibility>
 
 <usage>
     <p>The number of seconds Apache httpd will wait for a subsequent
index 9f4bdef4ea259460a497bc5f76656fffa6b6cfab..3b10c9e861dec1430bbf31636125dc923b585b00 100644 (file)
     <code>GetServerVariable</code>, as well as the <code>ALL_HTTP</code>
     and <code>ALL_RAW</code> values.</p>
 
-    <p>Apache httpd 2.0+ <module>mod_isapi</module> supports additional
+    <p>Since httpd 2.0, <module>mod_isapi</module> supports additional
     features introduced in later versions of the ISAPI specification,
     as well as limited emulation of async I/O and the
     <code>TransmitFile</code> semantics. Apache httpd also supports preloading
index a503aa52da0ea13cd43fdc5d71b45af50c571a8d..bbd7f642a4b35e627e3f3996a866ccbfff3f3e64 100644 (file)
       prior to 2.0.46, no escaping was performed on these strings so
       you had to be quite careful when dealing with raw log files.</p>
 
-      <p>In httpd 2.0, unlike 1.3, the <code>%b</code> and
+      <p>Since httpd 2.0, unlike 1.3, the <code>%b</code> and
       <code>%B</code> format strings do not represent the number of
       bytes sent to the client, but simply the size in bytes of the
       HTTP response (which will differ, for instance, if the
index e9c9b079ce5cb202154dd52d7846388b3b3849da..a8cbf797ad9b8ff8fed39329c1d6699b1e70d0ca 100644 (file)
@@ -1292,8 +1292,7 @@ ProxyPass / balancer://hotcluster/
     <directive module="mod_rewrite">RewriteRule</directive> directive with the
     <code>[P]</code> flag.</p>
 
-    <p>The optional <var>interpolate</var> keyword (available in
-    httpd 2.2.9 and later), in combination with
+    <p>The optional <var>interpolate</var> keyword, in combination with
     <directive>ProxyPassInterpolateEnv</directive> causes the ProxyPass
     to interpolate environment variables, using the syntax
     <var>${VARNAME}</var>.  Note that many of the standard CGI-derived
@@ -1443,8 +1442,7 @@ ProxyPassReverseCookiePath  /  /mirror/foo/
     because it doesn't depend on a corresponding <directive module="mod_proxy"
     >ProxyPass</directive> directive.</p>
 
-    <p>The optional <var>interpolate</var> keyword (available in
-    httpd 2.2.9 and later), used together with
+    <p>The optional <var>interpolate</var> keyword, used together with
     <directive>ProxyPassInterpolateEnv</directive>, enables interpolation
     of environment variables specified using the format <var>${VARNAME}</var>.
     Note that interpolation is not supported within the scheme portion of a
index fea3e574e05087c10303183f639ec3bf2ac241d6..65bb70e408958333babeb62d56238b58fa938421 100644 (file)
@@ -59,8 +59,8 @@ and Group</description>
     </highlight>
     </example>
 
-    <p>In Apache httpd 2.3.9 and later, startup will fail if this
-    directive is specified but the suEXEC feature is disabled.</p>
+    <p>Startup will fail if this directive is specified but the suEXEC
+    feature is disabled.</p>
 </usage>
 <seealso><directive module="mod_unixd">Suexec</directive></seealso>
 </directivesynopsis>
index ab654346a347cabb5bd91eb7a07feaaadf501734..0c9dd6e930b407d5b3c340761a1cac5ca9d360bd 100644 (file)
@@ -148,7 +148,6 @@ requests</description>
 <default>On if suexec binary exists with proper owner and mode,
 Off otherwise</default>
 <contextlist><context>server config</context></contextlist>
-<compatibility>Available in Apache httpd 2.3.9 and later</compatibility>
 
 <usage>
     <p>When On, startup will fail if the suexec binary doesn't exist