[Rt-commit] rt branch, 4.0/document-apache-UseCanonicalName, updated. rt-4.0.2-59-ge1b3923
Kevin Falcone
falcone at bestpractical.com
Mon Sep 12 16:21:35 EDT 2011
The branch, 4.0/document-apache-UseCanonicalName has been updated
via e1b392348ab1f1615911e68d894404a70f70a4ef (commit)
from c1f0ab00e568ebfbe660ab00dd83752fd6e061b1 (commit)
Summary of changes:
etc/RT_Config.pm.in | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
- Log -----------------------------------------------------------------
commit e1b392348ab1f1615911e68d894404a70f70a4ef
Author: Kevin Falcone <falcone at bestpractical.com>
Date: Mon Sep 12 16:21:00 2011 -0400
Reword the UseCanonicalName warning
diff --git a/etc/RT_Config.pm.in b/etc/RT_Config.pm.in
index cbaaf9a..67996be 100755
--- a/etc/RT_Config.pm.in
+++ b/etc/RT_Config.pm.in
@@ -846,9 +846,11 @@ Set(@CustomFieldValuesSources, ());
=item C<$CanonicalizeRedirectURLs>
Set C<$CanonicalizeRedirectURLs> to 1 to use C<$WebURL> when
-redirecting rather than the one we get from C<%ENV>. Note that
-apache's directive UseCanonicalName influence results, read
-server's documentation.
+redirecting rather than the one we get from C<%ENV>.
+
+Apache's UseCanonicalName directive changes the hostname that RT
+finds in C<%ENV>. You can read more about what turning it On or Off
+means in the documentation for your version of Apache.
If you use RT behind a reverse proxy, you almost certainly want to
enable this option.
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list