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