Skip to main content

HTTP File uploads above 30MB failing

Comments

2 comments

  • SamAdu
    Ok so I contacted cloudlinux support and the wonderful guys there helped me resolve the issue. The issue was caused by mod_reqtimeout. From Cloudlinux support [QUOTE] It looks like you are using mod_reqtimeout. In the configuration file: /etc/apache2/conf.d/includes/pre_main_global.conf the longest 'body' time was limited to 40 seconds. I've increased it to 300 and successfully uploaded a 100MB file
    RequestReadTimeout header=20-40,MinRate=500 body=20-300,MinRate=500
    This resolved the issue.
    0
  • Infopro
    Thanks for updating your thread with the solution that works for you. :)
    0

Please sign in to leave a comment.