1

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.

4

1 回答 1

0

我发现问题 VPS ram 是 512 MB ,当我将 Ram 增加到 1024MB 时,问题就解决了。

于 2013-04-08T04:11:51.860 回答