.\" -*- mode: troff; coding: utf-8 -*- .\" Automatically generated by Pod::Man 5.01 (Pod::Simple 3.43) .\" .\" Standard preamble: .\" ======================================================================== .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Vb \" Begin verbatim text .ft CW .nf .ne \\$1 .. .de Ve \" End verbatim text .ft R .fi .. .\" \*(C` and \*(C' are quotes in nroff, nothing in troff, for use with C<>. .ie n \{\ . ds C` "" . ds C' "" 'br\} .el\{\ . ds C` . ds C' 'br\} .\" .\" Escape single quotes in literal strings from groff's Unicode transform. .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" .\" If the F register is >0, we'll generate index entries on stderr for .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. .\" .\" Avoid warning from groff about undefined register 'F'. .de IX .. .nr rF 0 .if \n(.g .if rF .nr rF 1 .if (\n(rF:(\n(.g==0)) \{\ . if \nF \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . if !\nF==2 \{\ . nr % 0 . nr F 2 . \} . \} .\} .rr rF .\" ======================================================================== .\" .IX Title "Plack::Handler::HTTP::Server::PSGI 3pm" .TH Plack::Handler::HTTP::Server::PSGI 3pm 2024-01-20 "perl v5.38.2" "User Contributed Perl Documentation" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l .nh .SH NAME Plack::Handler::HTTP::Server::PSGI \- adapter for HTTP::Server::PSGI .SH SYNOPSIS .IX Header "SYNOPSIS" .Vb 2 \& % plackup \-s HTTP::Server::PSGI \e \& \-\-host 127.0.0.1 \-\-port 9091 \-\-timeout 120 .Ve .SH "BACKWARD COMPATIBLITY" .IX Header "BACKWARD COMPATIBLITY" Since Plack 0.99_22 this handler doesn't support preforking configuration i.e. \f(CW\*(C`\-\-max\-workers\*(C'\fR. Use Starman or Starlet if you need preforking PSGI web server. .SH CONFIGURATIONS .IX Header "CONFIGURATIONS" .IP host 4 .IX Item "host" Host the server binds to. Defaults to all interfaces. .IP port 4 .IX Item "port" Port number the server listens on. Defaults to 8080. .IP timeout 4 .IX Item "timeout" Number of seconds a request times out. Defaults to 300. .IP max-reqs-per-child 4 .IX Item "max-reqs-per-child" Number of requests per worker to process. Defaults to 100. .SH AUTHOR .IX Header "AUTHOR" Kazuho Oku .PP Tatsuhiko Miyagawa .SH "SEE ALSO" .IX Header "SEE ALSO" Plack HTTP::Server::PSGI