Plack::Handler::Apache2 man page on Alpinelinux

Man page or keyword search:  
man Server   18016 pages
apropos Keyword Search (all sections)
Output format
Alpinelinux logo
[printable version]

Plack::Handler::ApacheUser Contributed Perl DocumentPlack::Handler::Apache2(3)

NAME
       Plack::Handler::Apache2 - Apache 2.0 handlers to run PSGI application

SYNOPSIS
	 <Location />
	 SetHandler perl-script
	 PerlResponseHandler Plack::Handler::Apache2
	 PerlSetVar psgi_app /path/to/app.psgi
	 </Location>

	 # Optional, preload the application in the parent like startup.pl
	 <Perl>
	 use Plack::Handler::Apache2;
	 Plack::Handler::Apache2->preload("/path/to/app.psgi");
	 </Perl>

DESCRIPTION
       This is a handler module to run any PSGI application with mod_perl on
       Apache 2.x.

CREATING CUSTOM HANDLER
       If you want to create a custom handler that loads or creates PSGI
       applications using other means than loading from ".psgi" files, you can
       create your own handler class and use "call_app" class method to run
       your application.

	 package My::ModPerl::Handler;
	 use Plack::Handler::Apache2;

	 sub get_app {
	   # magic!
	 }

	 sub handler {
	   my $r = shift;
	   my $app = get_app();
	   Plack::Handler::Apache2->call_app($r, $app);
	 }

AUTHOR
       Tatsuhiko Miyagawa

CONTRIBUTORS
       Paul Driver

SEE ALSO
       Plack

perl v5.18.2			  2012-09-30	    Plack::Handler::Apache2(3)
[top]

List of man pages available for Alpinelinux

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net