[Rt-commit] rt branch, deployment-configs, updated. rt-4.0.0rc6-46-gfc13c30
Alex Vandiver
alexmv at bestpractical.com
Fri Mar 11 17:52:06 EST 2011
The branch, deployment-configs has been updated
via fc13c30d599b9906933e2a7eec8992a4a6a81976 (commit)
from 1562e31fb4abd467ba9b78a06118eb9c5c35b7fe (commit)
Summary of changes:
docs/web_deployment.pod | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
- Log -----------------------------------------------------------------
commit fc13c30d599b9906933e2a7eec8992a4a6a81976
Author: Alex Vandiver <alexmv at bestpractical.com>
Date: Fri Mar 11 17:52:01 2011 -0500
Put back the FastCgiIpcDir, commented out, to point the way if it is missing
diff --git a/docs/web_deployment.pod b/docs/web_deployment.pod
index a2397fe..179e226 100644
--- a/docs/web_deployment.pod
+++ b/docs/web_deployment.pod
@@ -51,6 +51,10 @@ B<WARNING: mod_perl 1.99_xx is not supported.>
=head2 mod_fastcgi
+ # Tell FastCGI to put its temporary files somewhere sane; this may
+ # be necessary if your distribution doesn't already set it
+ #FastCgiIpcDir /tmp
+
FastCgiServer /opt/rt4/sbin/rt-server.fcgi -processes 5 -idle-timeout 300
<VirtualHost rt.example.com>
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list