Commit 60360c00 authored by Eric Covener's avatar Eric Covener
Browse files

Merge r1063585 from trunk:

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
parent 4a9570d9
Loading
Loading
Loading
Loading
+8 −2
Changes for docs/manual/mod/mod_rewrite.xml: 8 added lines, 2 removed lines.
Original line number Diff line number Diff line
@@ -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>