Written by Philipp on 2012-05-29
Fixing Redirects of a Play! App behind an Apache2 SSL Proxy
Java . Network . Play! FrameworkSo 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