From: Christophe Jaillet Date: Wed, 23 Oct 2019 19:10:42 +0000 (+0000) Subject: Fix a broken link and use more standard casing for On|Off X-Git-Tag: 2.5.0-alpha2-ci-test-only~1850 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=55ae8b1b4e54931c1051072a2ace6f98872c8e17;p=thirdparty%2Fapache%2Fhttpd.git Fix a broken link and use more standard casing for On|Off git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1868821 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index cf5f5ba3851..3986a3f9deb 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -5284,21 +5284,21 @@ recognized methods to modules.

QualifyRedirectURL Controls whether the REDIRECT_URL environment variable is fully qualified -QualifyRedirectURL ON|OFF -QualifyRedirectURL OFF +QualifyRedirectURL On|Off +QualifyRedirectURL Off server configvirtual host directory FileInfo Directive supported in 2.4.18 and later. 2.4.17 acted -as if 'QualifyRedirectURL ON' was configured. +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 + 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.