0

我上传大文件时遇到问题,我有一个专用服务器,上传文件超过 500Mb。我在面板 WHM 上编辑了 PHP 配置编辑器。

post_max_size 3000M
upload_max_filesize 3000M
max_input_time -1
memory_limit 700M
max_execution_time 9000

错误:

Request Entity Too Large

The requested resource
/index.php
does not allow request data with GET requests, or the amount of data provided in the request exceeds the capacity limit.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

进行这些设置后,joomla 忽略了,尤其是我正在使用的扩展。“音乐收藏”。此扩展程序采用的设置是默认设置。2MB 文件,最大 8MB 帖子。

最近我正在使用 SSL 证书,这可能是另一个原因吗?

有谁知道如何解决这一问题?对不起,我的英语有点糟糕。

问候!

4

1 回答 1

0

您能否尝试在 httpd.conf 文件或本地 .htaccess 文件中设置 LimitRequestBody 指令

http://httpd.apache.org/docs/2.0/mod/core.html#limitrequestbody

于 2015-03-06T08:16:30.410 回答