Forum Moderators: phranque

Message Too Old, No Replies

Apache 2 file transfer problem

         

spark

8:08 am on Feb 18, 2005 (gmt 0)

10+ Year Member



Recently I have set up an apache 2.0.53 web server on my Windows XP Professional.
But the server fails to transfer any file that is larger than 100kb successfully.
Tranfserration stops at 100kb.
I did not set the 'limitrequestbody'.

I have tried apache 2.0.52, but the result is the same.

I don't know if the problem is cause by the configuration of my Windows.

Please help me at this problem...

Thanks!

coopster

12:52 pm on Feb 18, 2005 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



Welcome to WebmasterWorld, spark.

I'm not sure why you might be getting that message, but there are a couple of catches when setting up Apache on Windows. They have been documented in a thread located in the PHP Forum Library [webmasterworld.com]. See message #3 in Installing PHP5 Under Windows XP and Apache [webmasterworld.com] for more information on the Windows/Apache settings. (More good links in that message as well).

spark

2:19 am on Feb 19, 2005 (gmt 0)

10+ Year Member



Message #3 is exactly the solution!
I added "EnableMMAP Off" and "EnableSendfile Off", then the files can be transfered completely.

Thank You very much!