Error 324 empty response on Application hosted by AWS

Question:


I am getting this error on my amazon EC2 server. This doesn’t happen on a specific page on my website. I don’t think it is Chrome browser bug either because when I open safari I don’t get the error, I get a white page. Not sure what is happening or why. Basically, I am looking for the root causes for this server error. Any ideas would be much appreciated. If you need me to provide any specific info, let me know.

Come to think of it, this error started happening when we upgraded to mongo php driver 1.2.7. Thoughts?

Answer:

Trouble-shoot with curl from the commandline. For example, http://aws.amazon.com/

The -i includes headers. You should see the actual status code and then correlate with your access_log and error_log. 🙂

Let me know if this helps!

Leave a Reply