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:12:56 UTC

svn commit: r1063585 - /httpd/httpd/trunk/docs/manual/mod/mod_rewrite.xml

Author: covener
Date: Wed Jan 26 03:12:56 2011
New Revision: 1063585

URL: http://svn.apache.org/viewvc?rev=1063585&view=rev
Log:
point to where SERVER_NAME and SERVER_PORT get their
values.  PR50655

Modified:
    httpd/httpd/trunk/docs/manual/mod/mod_rewrite.xml

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