No Data Received
-
Hi everyone.
I have a webserver that I “rent” through digital ocean. I host several websites off of this server. It runs Ubuntu 14.04, Apache 2, MySQL and PHP at the core.
One of my wordpress sites keeps resulting in “No Data Received”. It only affects this one particular site. All other wordpress sites work fine.
The apache .conf for this site and other sites are exactly the same except for their working directory and which domain the virtual host catches. This site also used to work without a problem.
The domain in question is https://www.milsim.com
A working domain on the same host is https://www.thelonegamers.com and https://www.joeysbox.com
https://www.thelonegamers.com leverages cloudflare, joeysbox.com does not, neither does milsim.com
I’ve configured individual log files for each domain, one for access requests and one for errors.
milsim.com-error.log is empty
milsim.com-custom.log shows that some requests get through, but definitely not all.on the server via command line if I issue wget milsim.com it keeps coming back with server returned no data.
However, if I request a file that isn’t processed by PHP such as a JPG file, it returns just fine.
I have a feeling that there is something wrong with the wordpress install that is causing PHP to time out requests or otherwise fail to complete requests but I’m not all that familiar with PHP.
How can I diagnose and fix this error?
- The topic ‘No Data Received’ is closed to new replies.