简体   繁体   English

请求实体太大/ 404 ErrorDocument Joomla 3.3.6

[英]Request Entity Too Large / 404 ErrorDocument Joomla 3.3.6

I have the problem when I upload large files, I have a server dedicated, when upload files more than 500Mb. 当我上传大文件时,我有问题,我有一个专用的服务器,当上传文件超过500Mb。 I have edit the PHP Configuration Editor on my Panel WHM. 我在Panel WHM上编辑了PHP配置编辑器。

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

error: 错误:

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.

After making these settings, joomla ignored, especially the extension that I'm using. 在进行这些设置后,joomla被忽略了,尤其是我正在使用的扩展。 "Music Collection". “音乐收藏”。 The settings that this extension take is the default. 此扩展程序采用的设置是默认设置。 2MB by file, 8MB max post. 文件2MB,最大邮件8MB。

Recently I am using an SSL cetificado, could this be another reason? 最近我使用SSL cetificado,这可能是另一个原因吗?

Does anyone know how to fix this? 有谁知道如何解决这一问题? Sorry my english is little bad. 对不起,我的英语有点不好。

Regards! 问候!

Can you please try to setup LimitRequestBody directive in your httpd.conf file or a local .htaccess file 您可以尝试在httpd.conf文件或本地.htaccess文件中设置LimitRequestBody指令

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

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM