logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: Apache 2.4 TS cutting files (windows 7 32bit)
Author
user555



Joined: 11 Oct 2013
Posts: 3

PostPosted: Fri 11 Oct '13 10:37    Post subject: Apache 2.4 TS cutting files (windows 7 32bit) Reply with quote

hello. i`m trying to configure small home media archive based upon http server located in the home wireless network. My server machine is running on windows 7 32bit. I`ve downloaded the thread safe version fo apache 2.4 from your website, assuming my site with media files is working. I`ve checked the server responses and it seems that httpd closes connection at the same length of data that has just arrived to client, its 130,023,424 bytes. So i need help for this issue.
thanks.
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7355
Location: Germany, Next to Hamburg

PostPosted: Fri 11 Oct '13 16:41    Post subject: Reply with quote

Do you download your stuff directly or via script?
I haven't seen a connection closing at exact 124MB.
Back to top
user555



Joined: 11 Oct 2013
Posts: 3

PostPosted: Fri 11 Oct '13 17:38    Post subject: Reply with quote

let me explain:
I have the Docsis modem -> tp-link router with wi-fi -> one of the machine in the local network runnin windows 7 has static ip (defined by tp-link router) and is connected to LAN by wi-fi -> on this machine there is the apache 2.4.6 service -> i put ALIAS to external HDD folders and turn on the directory index by autoindex_mod... Embarassed. When i`m trying to download files the connection breaks exectly after 130MiB has been downloded.
P.S. I`ve changed the connection of Win7 server from wifi to ethernet 10/100... files being downloaded good, but somehow the connection freezes at exactly these 130MiB, on and on... Confused Maybe it`s mustdie`s fault?
Back to top
glsmith
Moderator


Joined: 16 Oct 2007
Posts: 2268
Location: Sun Diego, USA

PostPosted: Fri 11 Oct '13 18:37    Post subject: Reply with quote

For just the directory that the files are contained in try:

EnableSendfile On

I myself have to do this or my downloads stop ~80MB. With this set on they get fully downloaded. I only turn this on at the directory that contains large files.
Back to top
user555



Joined: 11 Oct 2013
Posts: 3

PostPosted: Fri 11 Oct '13 21:45    Post subject: Reply with quote

glsmith wrote:
try:

EnableSendfile On

I myself have to do this or my downloads stop ~80MB. With this set on they get fully downloaded. I only turn this on at the directory that contains large files.

SOLD Very Happy Problem solved. thanx a lot Cool
Back to top


Reply to topic   Topic: Apache 2.4 TS cutting files (windows 7 32bit) View previous topic :: View next topic
Post new topic   Forum Index -> Apache