DOKK / manpages / debian 12 / libplack-perl / Plack::Handler::Apache2::Registry.3pm.en
Plack::Handler::Apache2::Registry(3pm) User Contributed Perl Documentation Plack::Handler::Apache2::Registry(3pm)

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

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

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

Masahiro Honma <hiratara@cpan.org>

Plack::Handler::Apache2

2022-09-06 perl v5.34.0