JSON-RPC-Server-FastCGI

This module gives FastCGI-enabled web servers the ability to act
as JSON-RPC servers (implemented in Perl).

The JSON::RPC::Server::FastCGI module was initially a part
of the Makamaka Hannyaharamitu's JSON::RPC distribution, but
is now maintained in this separate package.

INSTALLATION

To install this module, run the following commands:

       perl Makefile.PL
       make
       make test
       make install

You'll also need to have a FastCGI-capable webserver;
See http://www.fastcgi.com for more.

 * mod_fastcgi (From www.fastcgi.com) provides Apache
   modules (both httpd 1.3.x and 2.x are supported):
   http://www.fastcgi.com/mod_fastcgi/INSTALL
   http://www.fastcgi.com/mod_fastcgi/INSTALL.AP2
   http://www.fastcgi.com/mod_fastcgi/docs/mod_fastcgi.html

 * mod_fcgid: http://fastcgi.coremail.cn/
   An alternate FastCGI apache2 module.

 * Lighttpd: http://www.lighttpd.net/
   http://trac.lighttpd.net/trac/wiki/Docs%3AModFastCGI



SUPPORT AND DOCUMENTATION

After installing, you can find documentation for this module with the
perldoc command.

   perldoc JSON::RPC::Server::FastCGI

You can also look for information at:

   RT, CPAN's request tracker
       http://rt.cpan.org/NoAuth/Bugs.html?Dist=JSON-RPC-Server-FastCGI

   AnnoCPAN, Annotated CPAN documentation
       http://annocpan.org/dist/JSON-RPC-Server-FastCGI

   CPAN Ratings
       http://cpanratings.perl.org/d/JSON-RPC-Server-FastCGI

   Search CPAN
       http://search.cpan.org/dist/JSON-RPC-Server-FastCGI


COPYRIGHT AND LICENCE

Copyright (C) 2008 Faiz Kazi

This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.