McA has asked for the wisdom of the Perl Monks concerning the following question:
Hi all,
I'm pretty new to Plack and PSGI and need your recommendation/advice. I like the possibility to start a development server with using plackup in the foreground. Is there also an easy way to start a server listening on two ports, one with and the other without SSL? Do I have to start two servers? Or is there a PSGI aware server out there which can listen on two ports (SSL/no SSL) for the same app? Probably there is a nice way with Server::Starter.
How do I know which PSGI aware server is SSL enabled? E.g. when I look (perldoc) at HTTP::Server::PSGI there is no information concerning SSL. When you look at the code you can get the idea that this server is SSL capable. (Is starman SSL enabled?)
Best regards
McA
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: PSGI, Plack et.al.
by Corion (Patriarch) on Oct 24, 2012 at 11:29 UTC | |
by Corion (Patriarch) on Oct 24, 2012 at 18:06 UTC | |
Re: PSGI, Plack et.al.
by Anonymous Monk on Oct 24, 2012 at 11:45 UTC | |
by McA (Priest) on Oct 24, 2012 at 14:09 UTC | |
by tobyink (Canon) on Oct 24, 2012 at 15:07 UTC | |
by Anonymous Monk on Oct 24, 2012 at 16:13 UTC | |
by tobyink (Canon) on Oct 24, 2012 at 21:17 UTC | |
by Anonymous Monk on Oct 24, 2012 at 19:10 UTC | |
by McA (Priest) on Oct 24, 2012 at 20:28 UTC | |
by Corion (Patriarch) on Oct 24, 2012 at 20:36 UTC | |
by afoken (Chancellor) on Oct 25, 2012 at 05:28 UTC | |
by Anonymous Monk on Oct 25, 2012 at 02:16 UTC | |
Re: PSGI, Plack et.al.
by locked_user sundialsvc4 (Abbot) on Oct 24, 2012 at 12:59 UTC |