From: Stefan Fritsch
Date: Mon, 26 Oct 2009 19:57:55 +0000 (+0000)
Subject: CompatEnvVars does not exist anymore
X-Git-Tag: 2.2.15~178
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e96d8163a9bc68b856eeaccd87101c9fadece634;p=thirdparty%2Fapache%2Fhttpd.git
CompatEnvVars does not exist anymore
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@829926 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/mod_ssl.xml b/docs/manual/mod/mod_ssl.xml
index e44945046ac..a8a2dd24949 100644
--- a/docs/manual/mod/mod_ssl.xml
+++ b/docs/manual/mod/mod_ssl.xml
@@ -1085,13 +1085,6 @@ The available options are:
rather expensive operation. So one usually enables this option for
CGI and SSI requests only.
-CompatEnvVars
-
- When this option is enabled, additional CGI/SSI environment variables are
- created for backward compatibility to other Apache SSL solutions. Look in
- the Compatibility chapter for details
- on the particular variables generated.
-
ExportCertData
When this option is enabled, additional CGI/SSI environment variables are
@@ -1148,7 +1141,7 @@ The available options are:
Example
SSLOptions +FakeBasicAuth -StrictRequire
<Files ~ "\.(cgi|shtml)$">
- SSLOptions +StdEnvVars +CompatEnvVars -ExportCertData
+ SSLOptions +StdEnvVars -ExportCertData
<Files>