On Wed, Oct 7, 2015 at 11:00 AM, Amelia Ireland <aireland@lbl.gov> wrote:
On 7 October 2015 at 08:15, Tom Browder <tom.browder@gmail.com> wrote:
On Wed, Oct 7, 2015 at 9:39 AM, WK <wanradt@gmail.com> wrote: ...
I think the most common setup for Dancer app is to run it with some Plack-capable server (like Starman) behind some reverse proxy (like nginx). ... Without a clear set of docs for deployment, I'm not sure I want to leap into that steep learning curve.
If you are already dealing with virtual hosts, adding a reverse proxy should not be all that much more difficult. If you're running Apache, you can use the ProxyPass directive to reverse proxy everything served on a certain port, e.g. ....
Very helpful, Amelia, thanks very much! Best regards, -Tom