]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Fix a broken link and use more standard casing for On|Off
authorChristophe Jaillet <jailletc36@apache.org>
Wed, 23 Oct 2019 19:56:24 +0000 (19:56 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Wed, 23 Oct 2019 19:56:24 +0000 (19:56 +0000)
(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

index 6a1c32c16a3c92bac20fca577020f0bf8ba8a526..0f6dee2cd4027658df762413d5295ad6c5506a1f 100644 (file)
@@ -5099,21 +5099,21 @@ hostname or IP address</description>
 <name>QualifyRedirectURL</name>
 <description>Controls whether the REDIRECT_URL environment variable is
              fully qualified</description>
-<syntax>QualifyRedirectURL ON|OFF</syntax>
-<default>QualifyRedirectURL OFF</default>
+<syntax>QualifyRedirectURL On|Off</syntax>
+<default>QualifyRedirectURL Off</default>
 <contextlist><context>server config</context><context>virtual host</context>
 <context>directory</context>
 </contextlist>
 <override>FileInfo</override>
 <compatibility>Directive supported in 2.4.18 and later. 2.4.17 acted
-as if 'QualifyRedirectURL ON' was configured.</compatibility>
+as if 'QualifyRedirectURL On' was configured.</compatibility>
 
 <usage>
     <p>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 <directive module="core"
-    >QualifyRedirectURL ON</directive>, the same request would result in a
+    such as "/index.html".  With <directive
+    >QualifyRedirectURL On</directive>, the same request would result in a
     value such as "http://www.example.com/index.html".</p>
     <p>Even without this directive set, when a request is issued against a 
     fully qualified URL, REDIRECT_URL will remain fully qualified.