简体   繁体   中英

connection reset when upload file with size more than 1GB

I try to upload file to my own website when I try upload file with less than 1GB it's work fine, But when I try with large file give me message: "The connection was reset." ERR_CONNECTION_RESET

Then I try to edit and increase all value php.ini

   php_value max_execution_time 10000
   php_value max_input_time 10000
   php_value max_input_vars 1000
   php_value memory_limit 2000M
   php_value post_max_size 2000M
   php_value session.gc_maxlifetime 10000
   php_value upload_max_filesize 2000M

In the end still have a problem

I work on my own server and I have access to whm, cpanel with centos 7 And there's no logs for this problem on apache logs

Can you check the features of the package you added on WHM? The quota of the package you have added may be low.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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