A couple weeks ago, I had a wonderful time setting up an Apache and Django configuration to work while forcing SSL and operating behind an AWS load balancer.
Now th
No need to use mod_setenvif as HTTP_HOST is already a variable and you can evaluate it directly.
Require expr %{HTTP_HOST} == "example.com" Options