我正在尝试创建临时下载链接。
主要问题是当文件到达 1Go 时下载总是停止。当我tail
在下载的文件上使用时,出现此错误:
The size of dynamic response body is over the limit, response is truncated by web server. The limit is set by the 'Max Dynamic Response Body Size' in tuning section of server configuration.
我正在使用 apache 和 php 7.0
PHPmemory_limit
已经设置为20G
我在 php.ini 中找不到有关此 php“最大动态响应正文大小”设置的任何信息。
任何想法 ?