From 55ae8b1b4e54931c1051072a2ace6f98872c8e17 Mon Sep 17 00:00:00 2001
From: Christophe Jaillet
Date: Wed, 23 Oct 2019 19:10:42 +0000
Subject: [PATCH] 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
---
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 cf5f5ba385..3986a3f9de 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.
--
2.40.0