[Rt-commit] rt branch, 3.9-trunk, updated. rt-3.9.4-399-ga3cfe18
Shawn Moore
sartak at bestpractical.com
Fri Nov 5 15:37:30 EDT 2010
The branch, 3.9-trunk has been updated
via a3cfe18687f6a73ecdacd30efcb2b883aba06a77 (commit)
from a230734c31c5be1f80ab0cd53915781e4b78a985 (commit)
Summary of changes:
docs/web_deployment.pod | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit a3cfe18687f6a73ecdacd30efcb2b883aba06a77
Author: Shawn M Moore <sartak at bestpractical.com>
Date: Fri Nov 5 15:37:33 2010 -0400
Explicit --port is preferred
diff --git a/docs/web_deployment.pod b/docs/web_deployment.pod
index edebca8..3708686 100644
--- a/docs/web_deployment.pod
+++ b/docs/web_deployment.pod
@@ -15,7 +15,7 @@ because that requires root-level privileges and may conflict with any existing
listeners. So choose a high port (for example 8080) and start the standalone
server with:
- /opt/rt3/sbin/rt-server 8080
+ /opt/rt3/sbin/rt-server --port 8080
=head2 mod_perl
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list