[Jifty-commit] r1788 - jifty/trunk/lib/Jifty/Manual

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Thu Aug 10 09:06:55 EDT 2006


Author: gugod
Date: Thu Aug 10 09:06:47 2006
New Revision: 1788

Modified:
   jifty/trunk/lib/Jifty/Manual/Cookbook.pod

Log:
Add a recipe about running fastcgi server, which, in fact, only points
to 'jifty help fastcgi'.


Modified: jifty/trunk/lib/Jifty/Manual/Cookbook.pod
==============================================================================
--- jifty/trunk/lib/Jifty/Manual/Cookbook.pod	(original)
+++ jifty/trunk/lib/Jifty/Manual/Cookbook.pod	Thu Aug 10 09:06:47 2006
@@ -110,6 +110,15 @@
 dispatcher, to limit who is able to perform what actions -- see
 L<Jifty::API>.
 
+=head2 Run my Jifty app as fascgi in Apache/Lighttpd ?
+
+Jifty provides a really simple way to run the application as a fastcgi
+server. The complete instruction and example is in C<'jifty help
+fastcgi'> for both Apache server and Lighttpd server. (Please cd to
+your app dir before run this command.)
+
+You'll have to install C<CGI::Fast> and C<FCGI> module for this.
+
 =head2 Take actions based on data in URLs
 
 You can add actions to the request based on data in URLs, or anything


More information about the Jifty-commit mailing list