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 2009/10/26 20:57:55 UTC

svn commit: r829926 - /httpd/httpd/branches/2.2.x/docs/manual/mod/mod_ssl.xml

Author: sf
Date: Mon Oct 26 19:57:55 2009
New Revision: 829926

URL: http://svn.apache.org/viewvc?rev=829926&view=rev
Log:
CompatEnvVars does not exist anymore

Modified:
    httpd/httpd/branches/2.2.x/docs/manual/mod/mod_ssl.xml

Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/mod_ssl.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/mod/mod_ssl.xml?rev=829926&r1=829925&r2=829926&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/mod/mod_ssl.xml (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/mod/mod_ssl.xml Mon Oct 26 19:57:55 2009
@@ -1085,13 +1085,6 @@
     rather expensive operation. So one usually enables this option for
     CGI and SSI requests only.</p>
 </li>
-<li><code>CompatEnvVars</code>
-    <p>
-    When this option is enabled, additional CGI/SSI environment variables are
-    created for backward compatibility to other Apache SSL solutions. Look in
-    the <a href="../ssl/ssl_compat.html">Compatibility</a> chapter for details
-    on the particular variables generated.</p>
-</li>
 <li><code>ExportCertData</code>
     <p>
     When this option is enabled, additional CGI/SSI environment variables are
@@ -1148,7 +1141,7 @@
 <example><title>Example</title>
 SSLOptions +FakeBasicAuth -StrictRequire<br />
 &lt;Files ~ "\.(cgi|shtml)$"&gt;<br />
-    SSLOptions +StdEnvVars +CompatEnvVars -ExportCertData<br />
+    SSLOptions +StdEnvVars -ExportCertData<br />
 &lt;Files&gt;
 </example>
 </usage>