From: Stefan Fritsch Date: Mon, 26 Oct 2009 19:54:06 +0000 (+0000) Subject: CompatEnvVars does not exist anymore X-Git-Tag: 2.3.3~128 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e7d5802480cb3cb361a3190c001f41c6916ae074;p=apache CompatEnvVars does not exist anymore git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@829921 13f79535-47bb-0310-9956-ffa450edef68 --- 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 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 @@ -1147,7 +1140,7 @@ The available options are:

    Example SSLOptions +FakeBasicAuth -StrictRequire
    <Files ~ "\.(cgi|shtml)$">
    - SSLOptions +StdEnvVars +CompatEnvVars -ExportCertData
    + SSLOptions +StdEnvVars -ExportCertData
    <Files>