table of contents
        
      
      
    | Plack::Handler::Apache2::Registry(3) | User Contributed Perl Documentation | Plack::Handler::Apache2::Registry(3) | 
NAME¶
Plack::Handler::Apache2::Registry - Runs .psgi files.
SYNOPSIS¶
PerlModule Plack::Handler::Apache2::Registry; <Location /psgi-bin> SetHandler modperl PerlHandler Plack::Handler::Apache2::Registry </Location>
DESCRIPTION¶
This is a handler module to run any *.psgi files with mod_perl2, just like ModPerl::Registry.
AUTHOR¶
Masahiro Honma <hiratara@cpan.org>
SEE ALSO¶
Plack::Handler::Apache2
| 2016-06-02 | perl v5.26.1 |