Day: May 29, 2012

Fixing Redirects of a Play! App behind an Apache2 SSL Proxy

So you just finished your first Play! App. You want to run that thing behind an Apache2 as a HTTPS Proxy, because you do not want, that your User-Credentials are read as clear text. So a very basic Apache Configuration looks like this:     <IfModule mod_ssl.c>         Listen 443         SSLRandomSeed startup builtin         SSLRandomSeed