Mobile app version of vmapp.org
Login or Join
Murphy175

: "Connection Reset", "No data recieved" all of the time on my website I'm building an imageboard, and for some reason this error happens all of the time (ERR_EMPTY_RESPONSE). I talked to GoDaddy

@Murphy175

Posted in: #Ajax #Error #Godaddy

I'm building an imageboard, and for some reason this error happens all of the time (ERR_EMPTY_RESPONSE).



I talked to GoDaddy and they say everything seems fine on their side.

Let's say you are trying to create this problem from my perspective, what would you do? What can make this happen? And how do I prevent it.

The "ERR_EMPTY_RESPONSE"s usually last about 1-2 minutes, and when I'm at my school and a couple of friends and I are on my website we all get it.

The funny thing is that say I get the error, then I still see my friends on the website on their computers. Then later on they get the error although I can still browse it....

I use quite a bit of Ajax, might this be the problem? I also tried clearing my .htaccess, still not helping.

10.02% popularity Vote Up Vote Down


Login to follow query

More posts by @Murphy175

2 Comments

Sorted by latest first Latest Oldest Best

 

@Cugini213

Some more anecdotal info for future readers:

I created an AJAX-powered app which scrapes data from a 3rd party external site using a rapid-fire series of http requests. This is done with PHP, using AngularJS on the frontend. It works great on my local PC and it makes over 1000 requests pretty quickly and without error.


When I upload the app to GoDaddy, I can see that after about 18-35 successful requests (it varies), they all begin to error out with net::ERR_EMPTY_RESPONSE. The whole domain hangs for a bit as described by OP. Then I can try again and I get the exact same behavior.


This leads me to believe that GoDaddy has a bandwidth-per-minute cap or something of that nature. I would be curious if OP's imageboard also loads a large amount of data or uses multiple rapid http requests.

10% popularity Vote Up Vote Down


 

@Bryan171

Many people appear to have this problem on Godaddy hosting and Godaddy have told one complainant this


It is possible that when the error is occurring that it is triggering
the Mod_sec of the hosting account. In the current hosting account
type that you have it isn't possible for us to disable that function
for security reasons. We do have hosting accounts with cPanel that
allow us to bypass the Mod_Sec rules, which could resolve the issue.

vanillaforums.org/discussion/27446/server-fails-every-once-in-a-while

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme