From 286eb85b3487c80888891b71170e022b5d828dea Mon Sep 17 00:00:00 2001
From: Eric Covener
Date: Wed, 26 Jan 2011 03:14:19 +0000
Subject: [PATCH] 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
---
docs/manual/mod/mod_rewrite.xml | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)
diff --git a/docs/manual/mod/mod_rewrite.xml b/docs/manual/mod/mod_rewrite.xml
index e0390b633cc..e11c64140e6 100644
--- a/docs/manual/mod/mod_rewrite.xml
+++ b/docs/manual/mod/mod_rewrite.xml
@@ -784,8 +784,14 @@ Result:
MIME-headers, C variables of the Apache 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
--
2.47.2