NAME
Mojo::Server::FCGI::Prefork - Prefork FastCGI Server
SYNOPSIS
use Mojo::Server::FCGI::Prefork;
my $fcgi = Mojo::Server::FCGI::Prefork->new;
$fcgi->run;
DESCRIPTION
Mojo::Server::FCGI::Prefork is a preforking FastCGI implementation using FCGI.
ATTRIBUTES
Mojo::Server::FCGI::Prefork inherits all attributes from Mojo::Server and implements the following new ones.
path
my $path = $fcgi->path
$fcgi = $fcgi->path(':3000');
$fcgi = $fcgi->path('/some/unix.socket');
METHODS
Mojo::Server::FCGI inherits all methods from Mojo::Server and implements the following new ones.
child
$fcgi->child;
parent
$fcgi->parent;