February 1, 2012

Lesson Learned… #aws

So it turns out this:

elb-configure-healthcheck prod-lb —healthy-threshold 2 —interval 30 —target “http:80/index.php” —timeout 15 —unhealthy-threshold 5

and this:

        RewriteCond %{HTTP:X-Forwarded-Proto} !https

        RewriteRule !/status https://%{SERVER_NAME}%{REQUEST_URI} [L,R]

are not compatible…