in reply to Re: Mojolicious, apache reverse proxy
in thread Mojolicious, apache reverse proxy
Really? It’s semi-trivial in Catalyst and, to my knowledge but not experience, Mojolicious too. In Catalyst it’s just ensuring you only use uri_for or especially uri_for_action because it errors on non-existent dispatch paths (also uri_with) to construct all URIs. They are all relative to the app base in that case.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Mojolicious, apache reverse proxy
by trwww (Priest) on Sep 21, 2019 at 05:46 UTC | |
by Your Mother (Archbishop) on Sep 21, 2019 at 07:37 UTC |