The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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!