There have been some changes in apache config files but Im not sure what it is that causes this.
When I try to hit a page on my site that should be a "Page not found" error, I get the following in firefox.
"The page isn't redirecting properly
Firefox has detected that the server is redirecting the request for this address in a way that will never complete."
I inspect the http headers and can see that I am getting a loop of "HTTP/1.1 302 Found" sending me from https to http, back to https forever for the same page.
Any ideas?