Error 324 (net::ERR_EMPTY_RESPONSE): The server closed the connection without sending any data.
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?
Trouble-shoot with
curlfrom the commandline. For example, http://aws.amazon.com/The
-iincludes headers. You should see the actual status code and then correlate with youraccess_loganderror_log. 🙂Let me know if this helps!