]> granicus.if.org Git - apache/commitdiff
point to where SERVER_NAME and SERVER_PORT get their
authorEric Covener <covener@apache.org>
Wed, 26 Jan 2011 03:12:56 +0000 (03:12 +0000)
committerEric Covener <covener@apache.org>
Wed, 26 Jan 2011 03:12:56 +0000 (03:12 +0000)
values.  PR50655

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1063585 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_rewrite.xml

index 5026b204dfab84554117bf25e33d952962da22c4..613601c70304dd73a415d7992e3199fcb62bc53e 100644 (file)
@@ -450,8 +450,14 @@ RewriteRule ^index\.html$  newsite.html
                 MIME-headers, C variables of the Apache HTTP 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>