table of contents
other versions
- wheezy 0.9989-1+deb7u1
- wheezy-backports 1.0030-1~bpo70+1
- jessie 1.0033-1
- testing 1.0042-1
- unstable 1.0042-1
| Plack::Handler::Apache1(3pm) | User Contributed Perl Documentation | Plack::Handler::Apache1(3pm) |
NAME¶
Plack::Handler::Apache1 - Apache 1.3.x handlers to run PSGI applicationSYNOPSIS¶
<Location />
SetHandler perl-script
PerlHandler Plack::Handler::Apache1
PerlSetVar psgi_app /path/to/app.psgi
</Location>
<Perl>
use Plack::Handler::Apache1;
Plack::Handler::Apache1->preload("/path/to/app.psgi");
</Perl>
DESCRIPTION¶
This is a handler module to run any PSGI application with mod_perl on Apache 1.3.x.AUTHOR¶
Aaron Trevena Tatsuhiko MiyagawaSEE ALSO¶
Plack| 2011-08-26 | perl v5.14.2 |