From: Mike Rumph Date: Wed, 28 Oct 2015 18:18:46 +0000 (+0000) Subject: Generated doc changes X-Git-Tag: 2.5.0-alpha~2682 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=442d889f6385ca15e10ec8e60929467c0d10122a;p=thirdparty%2Fapache%2Fhttpd.git Generated doc changes git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1711090 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/core.html.en b/docs/manual/mod/core.html.en index 56247d7dd6f..c57cfb9fdc2 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 13996c218a1..bd1745a65c2 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 a687e8cae81..e202e4f4691 100644 --- a/docs/manual/mod/core.xml.ja +++ b/docs/manual/mod/core.xml.ja @@ -1,7 +1,7 @@ - + +