我一直在尝试重新配置我的apache
和php.ini
以允许上传大文件。
因此我改变了以下变量:
的 /httpd/conf/httpd.conf:
超时7200 ProxyTimeout 7200
/etc/php.ini中:
post_max_size = 1024M ; Maximum size of POST data that PHP will accept.
max_execution_time = 7200 ; Maximum execution time of each script, in seconds
max_input_time = 7200 ; Maximum amount of time each script may spend parsing request data
memory_limit =1024M ; Maximum amount of memory a script may consume
file_uploads = On ; Whether to allow HTTP file uploads.
upload_max_filesize = 1024M ; Maximum allowed size for uploaded files.
PHP脚本 - 上传前:
set_time_limit(0);
回复是:
324(net::ERR_EMPTY_RESPONSE)
请注意,上传的文件已正确存储在服务器上,因此上传过程成功,但我一直收到此错误。
任何提示?
Alon kogan
答案 0 :(得分:0)
我的回答很晚,但是也许我会帮助某人的。
我降低memory_limit
P.S。对不起,我的英语