[Rt-commit] rt branch, 4.0-trunk, updated. rt-4.0.8-248-g1320531
Alex Vandiver
alexmv at bestpractical.com
Thu Dec 13 18:07:06 EST 2012
The branch, 4.0-trunk has been updated
via 13205311d005595b40a7bda84d376717a3816c7f (commit)
from e720e23510257d143ec579f7ad1e68514bdb2fcf (commit)
Summary of changes:
docs/web_deployment.pod | 4 ++++
1 file changed, 4 insertions(+)
- Log -----------------------------------------------------------------
commit 13205311d005595b40a7bda84d376717a3816c7f
Author: Alex Vandiver <alexmv at bestpractical.com>
Date: Thu Dec 13 17:57:57 2012 -0500
Explicitly call out change from "perl-script" to "modperl" hander
diff --git a/docs/web_deployment.pod b/docs/web_deployment.pod
index 5d2cd4c..355f6ce 100644
--- a/docs/web_deployment.pod
+++ b/docs/web_deployment.pod
@@ -113,6 +113,10 @@ preference are ignored. We suggest the C<prefork> MPM or FastCGI
deployment if your privileged users are in a different timezone than the
one the server is configured for.
+B<NOTE>: RT 3.8 and below suggested use of C<SetHandler perl-script>;
+this is incorrect for RT 4, and will lead to difficulties sending
+outgoing mail from RT. Ensure that you use C<SetHandler modperl>.
+
<VirtualHost rt.example.com>
### Optional apache logs for RT
# ErrorLog /opt/rt4/var/log/apache2.error
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list