]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Fix docs compatibility note about SSL compression.
authorRainer Jung <rjung@apache.org>
Sun, 5 Aug 2012 13:51:18 +0000 (13:51 +0000)
committerRainer Jung <rjung@apache.org>
Sun, 5 Aug 2012 13:51:18 +0000 (13:51 +0000)
This feature has been backported now.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1369590 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_ssl.html.en
docs/manual/mod/mod_ssl.xml

index 60167363f972f1f579edbf8d9ac9c93c236bbcba..69f1627c350d71590af0ea3010fac665df106742 100644 (file)
@@ -778,7 +778,7 @@ SSLCipherSuite RSA:!EXP:!NULL:+HIGH:+MEDIUM:-LOW
 <tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host</td></tr>
 <tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Extension</td></tr>
 <tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_ssl</td></tr>
-<tr><th><a href="directive-dict.html#Compatibility">Compatibility:</a></th><td>Available in httpd 2.5.0 and later, if using OpenSSL 0.9.8 or later;
+<tr><th><a href="directive-dict.html#Compatibility">Compatibility:</a></th><td>Available in httpd 2.4.3 and later, if using OpenSSL 0.9.8 or later;
 virtual host scope available if using OpenSSL 1.0.0 or later</td></tr>
 </table>
 <p>This directive allows to disable compression on the SSL level.</p>
@@ -2490,4 +2490,4 @@ if (typeof(prettyPrint) !== 'undefined') {
     prettyPrint();
 }
 //--><!]]></script>
-</body></html>
\ No newline at end of file
+</body></html>
index fa4bfef5d44f666fc4deb2dc7455d7371759ea8a..63645980a0014af4f060b53e2c834e4935e95199 100644 (file)
@@ -2451,7 +2451,7 @@ be protected with file permissions similar to those used for
 <default>SSLCompression on</default>
 <contextlist><context>server config</context>
 <context>virtual host</context></contextlist>
-<compatibility>Available in httpd 2.5.0 and later, if using OpenSSL 0.9.8 or later;
+<compatibility>Available in httpd 2.4.3 and later, if using OpenSSL 0.9.8 or later;
 virtual host scope available if using OpenSSL 1.0.0 or later</compatibility>
 
 <usage>