Hello,
I am using Apache webserver on HP UNIX with below configuration.
Configuration Details:
-> httpd -v
Server version: Apache/1.3.41 (Unix)
Server built: Aug 28 2009 16:08:35
We have a cluster of three similar webservers running apache instance with the above configuration. I am running a Perl-CGI site from these webservers. Incoming traffic to my site gets routed to these servers through a load balancing switch with firewall.
Problem:
My site has a number of file download links. A weird phenomenon started surfacing recently. When I download files from my site within our local network (using http), downloads complete properly.
When I try to download from my site, from outside network or local network through a secured "https" connection, download goes on till 99% and then I receive a error saying
"Internet Explorer cannot download "filename" from "mysiteURL"
"The connection with the server was reset"
This error occurs for most of the files downloaded from my site but not all. This is where I get confused.
This has been a long term issue with my site. I've been researching this for a while, but no luck. Your inputs / suggestions are much appreciated. Please help!