From 2f09e22ae272a5bbd0a2edd9ce24236531b028cd Mon Sep 17 00:00:00 2001 From: Christophe Jaillet Date: Wed, 23 Oct 2019 19:56:24 +0000 Subject: [PATCH] Fix a broken link and use more standard casing for On|Off (r1868821 in trunk) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1868823 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/core.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index 6a1c32c16a3..0f6dee2cd40 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -5099,21 +5099,21 @@ hostname or IP address 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. -- 2.47.3