16 Jul
2015
16 Jul
'15
11:55 a.m.
On 16 Jul 2015, at 12:39, Tom Browder <tom.browder@gmail.com> wrote:
I have a web site with primarily static content and a few Perl CGI scripts.
1. Can I start integrating dancer2 a bit at a time without a wholesale site rewrite? Yep
2. What is recommended as the best way to deploy dancer2 under Apache 2.4?
Run Dancer under starman or whatever proxy from apache to starman one call at a time as you are happy with it When all done - remove apache and use nginx as the proxy ;-) — Clive