Author |
|
user555
Joined: 11 Oct 2013 Posts: 3
|
Posted: Fri 11 Oct '13 10:37 Post subject: Apache 2.4 TS cutting files (windows 7 32bit) |
|
|
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: 7373 Location: Germany, Next to Hamburg
|
Posted: Fri 11 Oct '13 16:41 Post subject: |
|
|
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
|
Posted: Fri 11 Oct '13 17:38 Post subject: |
|
|
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... . 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... Maybe it`s mustdie`s fault? |
|
Back to top |
|
glsmith Moderator
Joined: 16 Oct 2007 Posts: 2268 Location: Sun Diego, USA
|
Posted: Fri 11 Oct '13 18:37 Post subject: |
|
|
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
|
Posted: Fri 11 Oct '13 21:45 Post subject: |
|
|
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 Problem solved. thanx a lot |
|
Back to top |
|