[Rt-commit] rt branch, 4.4-trunk, updated. rt-4.4.4-121-g24d65aed3c
? sunnavy
sunnavy at bestpractical.com
Fri Jul 10 11:57:28 EDT 2020
The branch, 4.4-trunk has been updated
via 24d65aed3c15e3313a968a054eb6071917592cae (commit)
via fd7a7a780cba1dff8a778e30b85eece1ec379e15 (commit)
from 528b8d7defa1028f495ba57088f8017126dec1ac (commit)
Summary of changes:
docs/web_deployment.pod | 13 +++++++++++++
1 file changed, 13 insertions(+)
- Log -----------------------------------------------------------------
commit fd7a7a780cba1dff8a778e30b85eece1ec379e15
Author: Jim Brandt <jbrandt at bestpractical.com>
Date: Fri Jul 10 10:04:46 2020 -0400
Document recommended Apache MPM for RT
diff --git a/docs/web_deployment.pod b/docs/web_deployment.pod
index a6cba442b4..d4d6a43122 100644
--- a/docs/web_deployment.pod
+++ b/docs/web_deployment.pod
@@ -32,6 +32,19 @@ spontaneously logged in as other users in the system.
See also L<authentication/Apache configuration>, in case you intend to
use Apache to provide authentication.
+=head3 prefork MPM
+
+Apache can run with several different
+L<Multi-Processing Modules (MPMs)|https://httpd.apache.org/docs/2.4/mpm.html>.
+RT is designed to run only with the L<prefork MPM|https://httpd.apache.org/docs/2.4/mod/prefork.html>.
+RT will run with the event MPM, but it will run very poorly
+and you are likely to see issues like intermittent errors when loading
+pages, slowness, and possible excessive memory usage.
+
+In the past, Apache defaulted to the prefork MPM, but the packaged Apache
+on many newer Linux systems defaults to event, so it is important to
+make sure Apache is configured to use prefork on your RT server.
+
=head3 mod_fastcgi
# Tell FastCGI to put its temporary files somewhere sane; this may
commit 24d65aed3c15e3313a968a054eb6071917592cae
Merge: 528b8d7def fd7a7a780c
Author: sunnavy <sunnavy at bestpractical.com>
Date: Fri Jul 10 23:45:35 2020 +0800
Merge branch '4.4/apache-mpm-doc' into 4.4-trunk
-----------------------------------------------------------------------
More information about the rt-commit
mailing list