Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/bestpractical/rt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJim Brandt <jbrandt@bestpractical.com>2022-03-14 22:29:13 +0300
committerJim Brandt <jbrandt@bestpractical.com>2022-03-14 22:29:13 +0300
commit8bfe6eb21341844485e62707d32c4cf28c1ea8b5 (patch)
tree27bb75338f453a5282f7e936fc0d40b56cb69c3d /docs
parent9e52dd79c4edfefdef84204f90a41498a64bd480 (diff)
parentefd48bea6b49da069ac7a4f52aba5e5e3e20e61e (diff)
Merge branch '5.0/ipv6-doc' into 5.0-trunk
Diffstat (limited to 'docs')
-rw-r--r--docs/web_deployment.pod3
1 files changed, 3 insertions, 0 deletions
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.