The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Mojo::Manual::Deployment - Getting Mojo Running On Production Servers

OPTIONS

There are multiple deployment options available.

Mojo::Server::FCGI - A very fast XS implementation of the FastCGI protocol.

Apache::Mojo - A mod_perl handler for Mojo, using the Apache request object.

Apache2::Mojo - A mod_perl2 handler for Mojo, using the Apache2 request objects.