logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

"Plack::Handler::Net::Async::FastCGI" - FastCGI handler for Plack using Net::Async::FastCGI

Author

       Paul Evans <leonerd@leonerd.org.uk>

perl v5.38.2                                       2024-07-29              Plack::Handler...:Async::FastCGI(3pm)

Description

       This module allows Plack to run a PSGI application as a standalone FastCGI daemon under IO::Async, by
       using Net::Async::FastCGI.

          plackup -s Net::Async::FastCGI --listen ":2000" application.psgi

       This is internally implemented using Net::Async::FastCGI::PSGI; further information on environment etc..
       is documented there.

Name

       "Plack::Handler::Net::Async::FastCGI" - FastCGI handler for Plack using Net::Async::FastCGI

See Also

       •   Net::Async::FastCGI - use FastCGI with IO::Async

       •   Plack - Perl Superglue for Web frameworks and Web Servers (PSGI toolkit)

See Also