Catalyst-Manual
view release on metacpan or search on metacpan
lib/Catalyst/Manual/Deployment.pod view on Meta::CPAN
=head3 NGINX Unit
L<NGINX Unit|https://unit.nginx.org> is a lightweight, dynamically configurable
web app server that supports running PSGI-capable apps.
=head3 Starman
L<Starman> is a high-performance Perl server implementation, which is designed
to be used directly (rather than behind a reverse proxy). It includes HTTP/1.1
support, chunked requests and responses, keep-alive, and pipeline requests.
=head3 Starlet
Starlet is a standalone HTTP/1.0 server with keepâalive support which is
suitable for running HTTP application servers behind a reverse proxy.
=head3 Twiggy
L<Twiggy> is a high-performance asynchronous web server. It can be used
in conjunction with Catalyst, but there are a number of caveats which
mean that it is not suitable for most deployments.
=head2 Chef
lib/Catalyst/Manual/Tutorial/01_Intro.pod view on Meta::CPAN
C<http://192.168.0.12:3000>. Note that the development server
defaults to port 3000 (you can change with the "-p" option on the
command line).
B<Please Note:> Depending on the web browser you are using, you might
need to hit C<Shift+Reload> or C<Ctrl+Reload> to pull a fresh page when
testing your application at various points (see
L<https://en.wikipedia.org/wiki/Wikipedia:Bypass_your_cache> for a
comprehensive list of options for each browser).
Also, the C<-k> B<keepalive option> to the development server can be
necessary with some browsers (B<especially Internet Explorer>).
=back
=head1 DATABASES
This tutorial will primarily focus on SQLite because of its simplicity
of installation and use; however, modifications in the script required
to support MySQL and PostgreSQL will be presented in the Appendix.
( run in 1.824 second using v1.01-cache-2.11-cpan-39bf76dae61 )