in reply to Re^2: a simple web front end
in thread a simple web front end
Dancer2::Manual::Deployment shows how you can run Dancer2 apps via CGI, FastCGI, or PSGI. CGI, I really wouldn't recommend because it will perform horribly, but the other options should work fine. Another possibility it to run it standalone and use Apache mod_proxy to act as a frontend for it.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^4: a simple web front end
by bliako (Abbot) on Oct 30, 2020 at 08:11 UTC |