I installed xampp on win server 2003.
I change php.ini to :
max_execution_time = 9000
max_input_time = 9000
memory_limit = 44000M
post_max_size = 45000M
upload_max_filesize = 3000M
But when anyone try download larger than 30MB I see this error :
Error 324 (net::ERR_EMPTY_RESPONSE): The server closed the connection without sending any data.
this error show in one moment before start download we try to download.
I found same question here but not found answer.
How I can solve this problem.