NAME
HTTP::Engine::Interface::FCGI - FastCGI interface for HTTP::Engine
SYNOPSIS
HTTP::Engine::Interface::FCGI->new(
);
ATTRIBUTES
- leave_umask
- keep_stderr
- nointr
- detach
- manager
- nproc
- pidfile
- listen
METHODS
- run
-
internal use only
AUTHORS
Tokuhiro Matsuno
THANKS TO
many codes copied from Catalyst::Engine::FastCGI. thanks authors of C::E::FastCGI!