You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by co...@apache.org on 2011/01/26 04:14:19 UTC

svn commit: r1063586 - /httpd/httpd/branches/2.2.x/docs/manual/mod/mod_rewrite.xml

Author: covener
Date: Wed Jan 26 03:14:19 2011
New Revision: 1063586

URL: http://svn.apache.org/viewvc?rev=1063586&view=rev
Log:
Merge r1063585 from trunk:

point to where SERVER_NAME and SERVER_PORT get their
values.  PR50655


Modified:
    httpd/httpd/branches/2.2.x/docs/manual/mod/mod_rewrite.xml

Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/mod_rewrite.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/mod/mod_rewrite.xml?rev=1063586&r1=1063585&r2=1063586&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/mod/mod_rewrite.xml (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/mod/mod_rewrite.xml Wed Jan 26 03:14:19 2011
@@ -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>