From 442d889f6385ca15e10ec8e60929467c0d10122a Mon Sep 17 00:00:00 2001 From: Mike Rumph Date: Wed, 28 Oct 2015 18:18:46 +0000 Subject: [PATCH] Generated doc changes git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1711090 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/core.html.en | 25 +++ docs/manual/mod/core.xml.de | 2 +- docs/manual/mod/core.xml.es | 2 +- docs/manual/mod/core.xml.fr | 2 +- docs/manual/mod/core.xml.ja | 2 +- docs/manual/mod/core.xml.meta | 2 +- docs/manual/mod/core.xml.tr | 2 +- docs/manual/mod/directives.html.en | 8 +- docs/manual/mod/mod_http2.html.en | 184 ++++++++++++++++++++-- docs/manual/mod/mod_session.html.en | 35 +++++ docs/manual/mod/mod_ssl.html.en | 2 +- docs/manual/mod/quickreference.html.en | 204 +++++++++++++------------ 12 files changed, 355 insertions(+), 115 deletions(-) diff --git a/docs/manual/mod/core.html.en b/docs/manual/mod/core.html.en index 56247d7dd6..c57cfb9fdc 100644 --- a/docs/manual/mod/core.html.en +++ b/docs/manual/mod/core.html.en @@ -101,6 +101,7 @@ available
  • Protocol
  • Protocols
  • ProtocolsHonorOrder
  • +
  • QualifyRedirectURL
  • RegisterHttpMethod
  • RLimitCPU
  • RLimitMEM
  • @@ -3760,6 +3761,30 @@ directory + +
    top
    +

    QualifyRedirectURL Directive

    + + + + + + + + + +
    Description:Controls whether the REDIRECT_URL environent variable is + fully qualified
    Syntax:QualifyRedirectURL ON|OFF
    Default:QualifyRedirectURL OFF
    Context:server config, virtual host, directory
    Override:FileInfo
    Status:Core
    Module:core
    Compatibility:Directive supported in 2.4.18 and later. 2.4.17 acted +as if 'QualifyRedirectURL ON' was configured.
    +

    This directive controls whether the server will ensure that the + REDIRECT_URL environment variable is fully qualified. By default, + the variable contains the verbatim URL requested by the client, + such as "/index.html". With QualifyRedirectURL ON, the same request would result in a + value such as "http://www.example.com/index.html".

    +

    Even without this directive set, when a request is issued against a + fully qualified URL, REDIRECT_URL will remain fully qualified. +

    +
    top

    RegisterHttpMethod Directive

    diff --git a/docs/manual/mod/core.xml.de b/docs/manual/mod/core.xml.de index 13996c218a..bd1745a65c 100644 --- a/docs/manual/mod/core.xml.de +++ b/docs/manual/mod/core.xml.de @@ -1,7 +1,7 @@ - + + + diff --git a/docs/manual/mod/core.xml.ja b/docs/manual/mod/core.xml.ja index a687e8cae8..e202e4f469 100644 --- a/docs/manual/mod/core.xml.ja +++ b/docs/manual/mod/core.xml.ja @@ -1,7 +1,7 @@ - + +