[Rt-commit] rt branch, 3.9-trunk, updated. rt-3.9.4-393-g3dadd67
Shawn Moore
sartak at bestpractical.com
Fri Nov 5 13:31:26 EDT 2010
The branch, 3.9-trunk has been updated
via 3dadd6782bd4aa22973759b29e3401b1a1589c92 (commit)
from 7c8eb21fe11744762308d59a9278cb6281f9dba8 (commit)
Summary of changes:
docs/web_deployment.pod | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
- Log -----------------------------------------------------------------
commit 3dadd6782bd4aa22973759b29e3401b1a1589c92
Author: Shawn M Moore <sartak at bestpractical.com>
Date: Fri Nov 5 13:31:24 2010 -0400
Use named virtual hosts like the fcgi config
diff --git a/docs/web_deployment.pod b/docs/web_deployment.pod
index 7415fb3..411c0e7 100644
--- a/docs/web_deployment.pod
+++ b/docs/web_deployment.pod
@@ -34,8 +34,7 @@ the following command:
Next, add a few lines to your Apache 1.3.xx configuration file, so that
it knows where to find RT:
- <VirtualHost your.ip.address>
- ServerName your.rt.server.hostname
+ <VirtualHost rt.example.com>
ServerRoot /usr
ServerAdmin root at localhost
@@ -89,8 +88,7 @@ B<WARNING: mod_perl 1.99_xx is not supported.>
Add a few lines to your Apache 2.xx configuration file, so that
it knows where to find RT:
- <VirtualHost your.ip.address>
- ServerName your.rt.server.hostname
+ <VirtualHost rt.example.com>
ServerRoot /usr
ServerAdmin root at localhost
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list