[Jifty-commit] r3178 - in jifty/trunk: lib/Jifty/Script

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Mon Apr 30 16:10:33 EDT 2007


Author: jesse
Date: Mon Apr 30 16:10:33 2007
New Revision: 3178

Modified:
   jifty/trunk/   (props changed)
   jifty/trunk/lib/Jifty/Script/FastCGI.pm

Log:
 r56170 at pinglin:  jesse | 2007-04-30 16:10:24 -0400
 * initial environment that makes fastcgi work got deleted


Modified: jifty/trunk/lib/Jifty/Script/FastCGI.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Script/FastCGI.pm	(original)
+++ jifty/trunk/lib/Jifty/Script/FastCGI.pm	Mon Apr 30 16:10:33 2007
@@ -21,7 +21,7 @@
 
  # These two lines are FastCGI-specific; skip them to run in vanilla CGI mode
  AddHandler fastcgi-script fcgi
- FastCgiServer /path/to/your/jifty/app/bin/jifty
+ FastCgiServer /path/to/your/jifty/app/bin/jifty -initial-env JIFTY_COMMAND=fastcgi 
 
  DocumentRoot /path/to/your/jifty/app/share/web/templates
  ScriptAlias / /path/to/your/jifty/app/bin/jifty/


More information about the Jifty-commit mailing list