• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

inc/Module/H28-Feb-2010-1,9761,451

lib/Perlbal/Plugin/H28-Feb-2010-238158

t/H28-Feb-2010-8261

xt/H28-Feb-2010-2622

.gitignoreH A D13-Oct-200937 65

ChangesH A D28-Feb-2010396 128

MANIFESTH A D26-Feb-2010511 2524

META.ymlH A D28-Feb-2010627 3029

Makefile.PLH A D26-Feb-2010302 1211

READMEH A D28-Feb-2010596 2920

README

1NAME
2    Perlbal::Plugin::PSGI - PSGI web server on Perlbal
3
4SYNOPSIS
5      LOAD PSGI
6      CREATE SERVICE psgi
7        SET role    = psgi_server
8        SET listen  = 127.0.0.1:80
9        PSGI_APP    = /path/to/app.psgi
10      ENABLE psgi
11
12DESCRIPTION
13    This is a Perlbal plugin to allow any PSGI application run natively
14    inside Perlbal process.
15
16COPYRIGHT
17    Copyright 2009- Tatsuhiko Miyagawa
18
19AUTHOR
20    Tatsuhiko Miyagawa
21
22    Jonathan Steinert
23
24    Based on Perlbal::Plugin::Cgilike written by Martin Atkins.
25
26LICENSE
27    This module is licensed under the same terms as Perl itself.
28
29