NAME
Egg::Request::FastCGI - Request class for FastCGI.
SYNOPSIS
Example is dispatch.fcgi
BEGIN {
$ENV{MYAPP_REQUEST_CLASS}= 'Egg::Request::FastCGI';
};
use MyApp;
MyApp->handler;
DESCRIPTION
It is a request class for FastCGI.
It is necessary to install the FCGI module to use it.
HTTPD CONFIGURATION
'dispatch.fcgi' generated to the bin directory of the project is copied onto a suitable place and the execution permission is granted.
METHODS
new
Constructor.
SEE ALSO
Egg::Request, Egg::Request::CGI, Egg::Release,
AUTHOR
Masatoshi Mizuno <lushe@cpan.org>
COPYRIGHT
Copyright (C) 2007 by Bee Flag, Corp. <http://egg.bomcity.com/>, All Rights Reserved.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.6 or, at your option, any later version of Perl 5 you may have available.