Plack::App::PSGIBin man page on Fedora

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

Plack::App::PSGIBin(3)User Contributed Perl DocumentatioPlack::App::PSGIBin(3)

NAME
       Plack::App::PSGIBin - Run .psgi files from a directory

SYNOPSIS
	 use Plack::App::PSGIBin;
	 use Plack::Builder;

	 my $app = Plack::App::PSGIBin->new(root => "/path/to/psgi/scripts")->to_app;
	 builder {
	     mount "/psgi" => $app;
	 };

	 # Or from the command line
	 plackup -MPlack::App::PSGIBin -e 'Plack::App::PSGIBin->new(root => "/path/psgi/scripts")->to_app'

DESCRIPTION
       This application loads .psgi files (or actually whichever filename
       extensions) from the root directory and run it as a PSGI application.
       Suppose you have a directory containing "foo.psgi" and "bar.psgi", map
       this application to "/app" with Plack::App::URLMap and you can access
       them via the URL:

	 http://example.com/app/foo.psgi
	 http://example.com/app/bar.psgi

       to load them. You can rename the file to the one without ".psgi"
       extension to make the URL look nicer, or use the URL rewriting tools
       like Plack::Middleware::Rewrite to do the same thing.

AUTHOR
       Tatsuhiko Miyagawa

SEE ALSO
       Plack::App::CGIBin

perl v5.14.2			  2011-09-20		Plack::App::PSGIBin(3)
[top]

List of man pages available for Fedora

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