blob: 8340247f1f978d6ebd07ce6441bd210c66ebac5d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
Toadfarm is a module for configuring and starting your Mojolicious
applications. You can either combine multiple applications in one
script, or just use it as a init script.
Core features:
* Wrapper around hypnotoad that provides an init script.
* Advanced routing and virtual host configuration. Also support
routing from behind another web server, such as nginx. This
feature is very much like Mojolicious::Plugin::Mount on steroids.
* Hijacking log messages to a common log file. There's also plugin,
Toadfarm::Plugin::AccessLog, that allows you to log the requests
sent to your server.
|