From: Eric Covener
Date: Wed, 26 Jan 2011 03:12:56 +0000 (+0000)
Subject: point to where SERVER_NAME and SERVER_PORT get their
X-Git-Tag: 2.3.11~136
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1fbdb125484f362c5a71c473a4adb4006da96c66;p=thirdparty%2Fapache%2Fhttpd.git
point to where SERVER_NAME and SERVER_PORT get their
values. PR50655
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1063585 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/mod_rewrite.xml b/docs/manual/mod/mod_rewrite.xml
index 5026b204dfa..613601c7030 100644
--- a/docs/manual/mod/mod_rewrite.xml
+++ b/docs/manual/mod/mod_rewrite.xml
@@ -450,8 +450,14 @@ RewriteRule ^index\.html$ newsite.html
MIME-headers, C variables of the Apache HTTP Server or
struct tm
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.
+ the CGI specification.
+
+ SERVER_NAME and SERVER_PORT depend on the values of
+ UseCanonicalName and
+ UseCanonicalPhysicalPort
+ respectively.
+
+ Those that are special to mod_rewrite include those below.
IS_SUBREQ