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


Plack documentation  | view source Contained in the Plack distribution.

Index


NAME

Top

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

SYNOPSIS

Top

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

DESCRIPTION

Top

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

AUTHOR

Top

Masahiro Honma <hiratara@cpan.org>

SEE ALSO

Top

Plack::Handler::Apache2


Plack documentation  | view source Contained in the Plack distribution.