public
Description: FCGI.pm servers for Mojo
Homepage: http://mojolicious.org
Clone URL: git://github.com/kraih/mojo-fcgi.git
name age message
file .gitignore Tue Jul 07 06:38:20 -0700 2009 updated gitignore [kraih]
file .perltidyrc Sun Jul 05 12:15:58 -0700 2009 fixed syntax error in test template [kraih]
file Changes Sun Dec 06 10:49:06 -0800 2009 added connection information support [kraih]
file LICENSE Sun Sep 13 09:38:25 -0700 2009 fixed mods [Sebastian Riedel]
file MANIFEST.SKIP Sun Oct 11 03:54:01 -0700 2009 fixed permissions [Sebastian Riedel]
file Makefile.PL Mon Nov 23 13:44:26 -0800 2009 updated for latest Mojo release [kraih]
file README Sun Sep 13 09:38:25 -0700 2009 fixed mods [Sebastian Riedel]
directory examples/ Sun Oct 11 03:54:01 -0700 2009 fixed permissions [Sebastian Riedel]
directory lib/ Sun Dec 06 10:49:06 -0800 2009 added connection information support [kraih]
directory t/ Mon Nov 23 13:44:26 -0800 2009 updated for latest Mojo release [kraih]
README
Mojo::Server::FCGI is a very speedy FastCGI implementation using FCGI and the
preferred deployment option for production servers under heavy load.

To install this module type the following:

    perl Makefile.PL
    make
    make test
    make install