Problem: Downloading Stops

An intranet site I run is having some problems. It allows downloads of very large files (1+ GB) and due to a few little issues I have to use HTTP instead of FTP..

I was using IIS6 (win2k3) to server the files but, IIS6 was throttling the connections down since I don't have QOS installed (nor, can I). So IIS would throttle the download to about 700k which isn't nice when downloading a 2.2 gig file...

So, I installed Apache2 on the box. I get about 8MB/s off it which is a remarkable improvement but, the problem is now I get a "Internet Connection Reset" when the file has finished downloading, so I never receive the file...

I've tried tweaking a few things in httpd.conf but, it hasn't seemed to help

Does anyone know what setting I'm missing that's causing this problem?

 

 

 

 

Top