In case it wasn't clear from above:
client sample above -----> apache -------> mojolicious app
where the apache is configured as a reverse proxy to the mojolicious app.
The apache server also provided the authentication check.
the apache stanza that configures this setup:
<VirtualHost *:443>
ServerName myservername
ProxyPreserveHost On
ProxyPass / http://localhost:3000/ keepalive=On retry=0
ProxyPassReverse / http://localhost:3000/
-snip-
--
You received this message because you are subscribed to the Google Groups
"Mojolicious" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/mojolicious.
For more options, visit https://groups.google.com/d/optout.