]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Merge r1063585 from trunk:
authorEric Covener <covener@apache.org>
Wed, 26 Jan 2011 03:14:19 +0000 (03:14 +0000)
committerEric Covener <covener@apache.org>
Wed, 26 Jan 2011 03:14:19 +0000 (03:14 +0000)
point to where SERVER_NAME and SERVER_PORT get their
values.  PR50655

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1063586 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_rewrite.xml

index e0390b633cc91ee49a78d99a24e06c427061e25a..e11c64140e66e8254a721d5effd5f946f09c8cc1 100644 (file)
@@ -784,8 +784,14 @@ Result:
                 MIME-headers, C variables of the Apache server or
                 <code>struct tm</code> fields of the Unix system.
                 Most are documented elsewhere in the Manual or in
-                the CGI specification. Those that are special to
-                mod_rewrite include those below.</p>
+                the CGI specification.</p>
+
+                <p>SERVER_NAME and SERVER_PORT depend on the values of 
+                <directive module="core">UseCanonicalName</directive> and
+                <directive module="core">UseCanonicalPhysicalPort</directive>
+                respectively.</p>
+
+                <p>Those that are special to mod_rewrite include those below.</p>
        <note>
                 <dl>
                   <dt><code>IS_SUBREQ</code></dt>