debian man page for plack::handler::apache1

Query: plack::handler::apache1

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

Plack::Handler::Apache1(3pm)				User Contributed Perl Documentation			      Plack::Handler::Apache1(3pm)

NAME
Plack::Handler::Apache1 - Apache 1.3.x handlers to run PSGI application
SYNOPSIS
<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 Miyagawa
SEE ALSO
Plack perl v5.14.2 2011-08-26 Plack::Handler::Apache1(3pm)
Related Man Pages
plack(3pm) - debian
plack::app::cgibin(3pm) - debian
plack::middleware::auth::basic(3pm) - debian
plack::middleware::lint(3pm) - debian
plack::middleware::recursive(3pm) - debian
Similar Topics in the Unix Linux Community
awk or sed - Convert 2 lines to 1 line
How can I do this in VI editor?
One instance of comparing grep and awk
Find columns in a file based on header and print to new file
A (ksh) Library For and From UNIX.com