]> granicus.if.org Git - apache/commitdiff
CompatEnvVars does not exist anymore
authorStefan Fritsch <sf@apache.org>
Mon, 26 Oct 2009 19:54:06 +0000 (19:54 +0000)
committerStefan Fritsch <sf@apache.org>
Mon, 26 Oct 2009 19:54:06 +0000 (19:54 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@829921 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_ssl.xml

index df705d59861bbd174e4675fb892f1f1080ed8f82..617a894b34af50f8ee9cf015d7f1a799e497a202 100644 (file)
@@ -1084,13 +1084,6 @@ The available <em>option</em>s are:</p>
     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
@@ -1147,7 +1140,7 @@ The available <em>option</em>s are:</p>
 <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>