From 381f6c6e37312d636b4dececc1e02e97a139f165 Mon Sep 17 00:00:00 2001 From: Stefan Fritsch Date: Sun, 2 Jan 2011 18:45:22 +0000 Subject: [PATCH] Update transforms git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1054456 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/core.html.en | 28 +++++++++++++++++----------- docs/manual/mod/mod_ssl.html.en | 19 +++++++++++++++++++ docs/manual/upgrading.html.en | 5 +++++ docs/manual/upgrading.xml.fr | 2 +- 4 files changed, 42 insertions(+), 12 deletions(-) diff --git a/docs/manual/mod/core.html.en b/docs/manual/mod/core.html.en index 91c64ccfaf..7bfe45499a 100644 --- a/docs/manual/mod/core.html.en +++ b/docs/manual/mod/core.html.en @@ -3884,8 +3884,7 @@ port
top

UseCanonicalPhysicalPort Directive

- + @@ -3903,20 +3902,27 @@ port relying on all configured information to construct a valid port number.

Note

-

The ordering of when the physical port is used is as follows:

- UseCanonicalName On

-
    -
  • Port provided in Servername
  • +

    The ordering of the lookup when the physical port is used is as + follows:

    +
    +
    UseCanonicalName On
    +
    +
      +
    1. Port provided in Servername
    2. Physical port
    3. Default port
    4. -
- UseCanonicalName Off | DNS -
    + + +
    UseCanonicalName Off | DNS
    +
    +
    1. Parsed port from Host: header
    2. Physical port
    3. -
    4. Port provided in Servername
    5. +
    6. Port provided in Servername
    7. Default port
    8. -
+ + +

With UseCanonicalPhysicalPort Off, the physical ports are removed from the ordering.

diff --git a/docs/manual/mod/mod_ssl.html.en b/docs/manual/mod/mod_ssl.html.en index a042e17658..9206413ff7 100644 --- a/docs/manual/mod/mod_ssl.html.en +++ b/docs/manual/mod/mod_ssl.html.en @@ -159,6 +159,10 @@ attribute. For example, where the server certificate subject DN included two OU fields, SSL_SERVER_S_DN_OU_0 and SSL_SERVER_S_DN_OU_1 could be used to reference each.

+

The format of the *_DN variables has changed in Apache HTTPD +2.3.11. See the LegacyDNStringFormat option for +SSLOptions for details.

+

SSL_CLIENT_V_REMAIN is only available in version 2.1 and later.

@@ -964,6 +968,21 @@ The available options are:

checks sometimes maybe not what the user expects, so enable this on a per-directory basis only, please.

+
  • LegacyDNStringFormat +

    + This option influences how values of the + SSL_{CLIENT,SERVER}_{I,S}_DN variables are formatted. Since + version 2.3.11, Apache HTTPD uses a RFC 2253 compatible format by + default. This uses commas as delimiters between the attributes, allows the + use of non-ASCII characters (which are converted to UTF8), escapes + various special characters with backslashes, and sorts the attributes + with the "C" attribute last.

    + +

    If LegacyDNStringFormat is set, the old format will be + used which sorts the "C" attribute first, uses slashes as separators, and + does not handle non-ASCII and special characters in any consistent way. +

    +
  • Example

    SSLOptions +FakeBasicAuth -StrictRequire
    diff --git a/docs/manual/upgrading.html.en b/docs/manual/upgrading.html.en index a49935a2b9..d30eecd979 100644 --- a/docs/manual/upgrading.html.en +++ b/docs/manual/upgrading.html.en @@ -225,6 +225,11 @@

  • mod_auto_index: will now extract titles and display descriptions for .xhtml files, which were previously ignored.
  • + +
  • mod_ssl: The default format of the *_DN + variables has changed. The old format can still be used with the new + LegacyDNStringFormat argument to SSLOptions.
  • +
  • htpasswd now uses MD5 hash by default on all platforms.
  • diff --git a/docs/manual/upgrading.xml.fr b/docs/manual/upgrading.xml.fr index b5b2192699..a0a1a71717 100644 --- a/docs/manual/upgrading.xml.fr +++ b/docs/manual/upgrading.xml.fr @@ -3,7 +3,7 @@ - +
    Description:Configures how the server determines its own name and -port
    Description:Configures how the server determines its own port
    Syntax:UseCanonicalPhysicalPort On|Off
    Default:UseCanonicalPhysicalPort Off
    Context:server config, virtual host, directory