On September 14, 2012 0:24 , val john <valjohn1...@gmail.com> wrote:
im hosting close to 20 zip files in my site each close to 180MB in size , some times when i download one of the files .. its stops in the middle ( after 80MB ) ,And some times it get downloaded full file without any problem . is there any thing that i need to do in apache to avoid this issue.

- Look at your httpd error log while you reproduce the problem. Do any messages appear? If so, what are they?

- When the problem occurs, what does your httpd access log show? Specifically, what was the HTTP status code returned to the client?

- Does anything appear in your operating system logs when the problem occurs?

- Are any firewalls or NAT involved?  If so, do their logs show anything?

- Are any proxies, including reverse proxies, involved? If so, do their logs show anything?

- Try reproducing the problem using a command-line HTTP client such as curl, and include the command line options to show as much detail as possible in order see exactly how the download is failing. (for curl, use "curl --trace-ascii - http://example.com/your-download-url";

- Which version of Apache HTTP Server are you running, under which version of which distribution of which OS?

- Is there anything special about how you have either Apache HTTP Server or your operating system configured?

--
  Mark Montague
  m...@catseye.org


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to