diff options
author | Stefan Fritsch <sf@apache.org> | 2009-10-26 20:54:06 +0100 |
---|---|---|
committer | Stefan Fritsch <sf@apache.org> | 2009-10-26 20:54:06 +0100 |
commit | e7d5802480cb3cb361a3190c001f41c6916ae074 (patch) | |
tree | 54f78055f28176c99e91ec4a58566d8ec842785f /docs/manual/mod/mod_ssl.xml | |
parent | Hint about disabling translation in subdirectories by setting matching, (diff) | |
download | apache2-e7d5802480cb3cb361a3190c001f41c6916ae074.tar.xz apache2-e7d5802480cb3cb361a3190c001f41c6916ae074.zip |
CompatEnvVars does not exist anymore
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@829921 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | docs/manual/mod/mod_ssl.xml | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/docs/manual/mod/mod_ssl.xml b/docs/manual/mod/mod_ssl.xml index df705d5986..617a894b34 100644 --- a/docs/manual/mod/mod_ssl.xml +++ b/docs/manual/mod/mod_ssl.xml @@ -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 /> <Files ~ "\.(cgi|shtml)$"><br /> - SSLOptions +StdEnvVars +CompatEnvVars -ExportCertData<br /> + SSLOptions +StdEnvVars -ExportCertData<br /> <Files> </example> </usage> |