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;
* mod_fastcgi (From www.fastcgi.com) provides Apache
modules (both httpd 1.3.x and 2.x are supported):
An alternate FastCGI apache2 module.
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
AnnoCPAN, Annotated CPAN documentation
CPAN Ratings
Search CPAN
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.