Man Page: plack::app::directory
Operating Environment: debian
Section: 3pm
Plack::App::Directory(3pm) User Contributed Perl Documentation Plack::App::Directory(3pm)NAMEPlack::App::Directory - Serve static files from document root with directory indexSYNOPSIS# app.psgi use Plack::App::Directory; my $app = Plack::App::Directory->new({ root => "/path/to/htdocs" })->to_app;DESCRIPTIONThis is a static file server PSGI application with directory index a la Apache's mod_autoindex.CONFIGURATIONroot Document root directory. Defaults to the current directory.AUTHORTatsuhiko MiyagawaSEE ALSOPlack::App::File perl v5.14.2 2011-06-22 Plack::App::Directory(3pm)
| Related Man Pages |
|---|
| plack::app::cgibin(3pm) - debian |
| plack::builder(3pm) - debian |
| plack::handler::cgi(3pm) - debian |
| plack::middleware::file::sass(3pm) - debian |
| plack::middleware::lint(3pm) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| Adding the individual columns of a matrix. |
| How can I do this in VI editor? |
| Weird 'find' results |
| A (ksh) Library For and From UNIX.com |
| New UNIX and Linux History Sections |