[Rt-commit] r6362 - rt/branches/3.6-RELEASE
falcone at bestpractical.com
falcone at bestpractical.com
Mon Nov 6 14:09:21 EST 2006
Author: falcone
Date: Mon Nov 6 14:09:21 2006
New Revision: 6362
Modified:
rt/branches/3.6-RELEASE/ (props changed)
rt/branches/3.6-RELEASE/README
Log:
r14255 at ketch: falcone | 2006-11-06 14:07:58 -0500
You can't have FastCgiIpcDir and FastCgiServer in the VirtualHost block
Modified: rt/branches/3.6-RELEASE/README
==============================================================================
--- rt/branches/3.6-RELEASE/README (original)
+++ rt/branches/3.6-RELEASE/README Mon Nov 6 14:09:21 2006
@@ -218,15 +218,16 @@
To install RT with FastCGI, you'll need to add a few lines to your
Apache configuration file telling it about RT:
+
+# Tell FastCGI to put its temporary files somewhere sane.
+FastCgiIpcDir /tmp
+
+FastCgiServer /opt/rt3/bin/mason_handler.fcgi -idle-timeout 120
+
<VirtualHost rt.example.com>
# Pass through requests to display images
Alias /NoAuth/images/ /opt/rt3/share/html/NoAuth/images/
-
- # Tell FastCGI to put its temporary files somewhere sane.
- FastCgiIpcDir /tmp
-
- FastCgiServer /opt/rt3/bin/mason_handler.fcgi -idle-timeout 120
AddHandler fastcgi-script fcgi
ScriptAlias / /opt/rt3/bin/mason_handler.fcgi/
More information about the Rt-commit
mailing list