debian man page for plack::app::directory

Query: plack::app::directory

OS: debian

Section: 3pm

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

Plack::App::Directory(3pm)				User Contributed Perl Documentation				Plack::App::Directory(3pm)

NAME
Plack::App::Directory - Serve static files from document root with directory index
SYNOPSIS
# app.psgi use Plack::App::Directory; my $app = Plack::App::Directory->new({ root => "/path/to/htdocs" })->to_app;
DESCRIPTION
This is a static file server PSGI application with directory index a la Apache's mod_autoindex.
CONFIGURATION
root Document root directory. Defaults to the current directory.
AUTHOR
Tatsuhiko Miyagawa
SEE ALSO
Plack::App::File perl v5.14.2 2011-06-22 Plack::App::Directory(3pm)
Related Man Pages
plack::app::urlmap(3pm) - debian
plack::builder(3pm) - debian
plack::handler::cgi(3pm) - debian
plack::middleware::lighttpdscriptnamefix(3pm) - debian
plack::middleware::lint(3pm) - debian
Similar Topics in the Unix Linux Community
awk or sed - Convert 2 lines to 1 line
Detecting unused variables...
One instance of comparing grep and awk
A (ksh) Library For and From UNIX.com
How to copy a column of multiple files and paste into new excel file (next to column)?