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::Apache2::Registry - Runs .psgi files.

Author

       Masahiro Honma <hiratara@cpan.org>

Description

       This is a handler module to run any *.psgi files with mod_perl2, just like ModPerl::Registry.

Name

       Plack::Handler::Apache2::Registry - Runs .psgi files.

See Also

       Plack::Handler::Apache2

perl v5.38.2                                       2024-01-20             Plack::Handler::Apache2::Registry(3pm)

Synopsis

         PerlModule Plack::Handler::Apache2::Registry;
         <Location /psgi-bin>
         SetHandler modperl
         PerlHandler Plack::Handler::Apache2::Registry
         </Location>

See Also