[Rt-commit] rt branch 5.0/ipv6-doc created. rt-5.0.2-39-gefd48bea6b
BPS Git Server
git at git.bestpractical.com
Wed Dec 8 15:00:36 UTC 2021
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "rt".
The branch, 5.0/ipv6-doc has been created
at efd48bea6b49da069ac7a4f52aba5e5e3e20e61e (commit)
- Log -----------------------------------------------------------------
commit efd48bea6b49da069ac7a4f52aba5e5e3e20e61e
Author: sunnavy <sunnavy at bestpractical.com>
Date: Wed Dec 8 22:42:32 2021 +0800
Document how to listen on IPv6 for rt-server
diff --git a/docs/web_deployment.pod b/docs/web_deployment.pod
index 90e445ff9b..6ee03d48d8 100644
--- a/docs/web_deployment.pod
+++ b/docs/web_deployment.pod
@@ -22,6 +22,9 @@ to use L<Starman>, a high performance preforking server:
/opt/rt5/sbin/rt-server --server Starman --port 8080
+To listen on IPv6 too, you can install L<IO::Socket::INET6> and use
+L<Starman> exactly like the above command.
+
=head2 Apache
B<WARNING>: Both C<mod_speling> and C<mod_cache> are known to break RT.
-----------------------------------------------------------------------
hooks/post-receive
--
rt
More information about the rt-commit
mailing list