[Jifty-commit] jifty branch, master, updated. jifty-1.01209-17-ge61ed99

Jifty commits jifty-commit at lists.jifty.org
Mon Jan 24 21:49:23 EST 2011


The branch, master has been updated
       via  e61ed99b4202ed1c67ce5f9387bf3499884363d2 (commit)
      from  c7a5f46610aad122c37b05114cc2e6839adf06b2 (commit)

Summary of changes:
 lib/Jifty/Script/FastCGI.pm |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

- Log -----------------------------------------------------------------
commit e61ed99b4202ed1c67ce5f9387bf3499884363d2
Author: Kevin Falcone <falcone at bestpractical.com>
Date:   Mon Jan 24 21:49:09 2011 -0500

    Since plackup -s FCGI doesn't work, don't recommend it

diff --git a/lib/Jifty/Script/FastCGI.pm b/lib/Jifty/Script/FastCGI.pm
index a997cc2..1cc6b54 100755
--- a/lib/Jifty/Script/FastCGI.pm
+++ b/lib/Jifty/Script/FastCGI.pm
@@ -56,10 +56,6 @@ sub options {
 
 =head1 DESCRIPTION
 
-This command is provided for backwards compatibility. For new deployments,
-use Plack's FastCGI deployment tools with the C<app.psgi> file that comes with
-your Jifty app.
-
 When you're ready to move up to something that can handle the increasing load your
 new world-changing application is generating, you'll need something a bit heavier-duty
 than the pure-perl Jifty standalone server.  C<FastCGI> is what you're looking for.

-----------------------------------------------------------------------


More information about the Jifty-commit mailing list