Jump to content

Error -200 When Uploading 2.4GB File using IP Downloads App


techjunkie

Recommended Posts

Posted
7 minutes ago, Rhett said:

Time the upload to the point it fails, it's likely hitting a timeout limit in apache, php or even mysql in this case as it's a large upload and likeky taking a while. 

I timed the upload... it get this error after 5 minutes and 30 secs.

Posted

5 min 30 = 330 seconds. And your php settings are already north of those.

I'd test this against a live install but none of mine have Downloads live at the moment. But it was clear sailing on my notebook.

 

Posted

@Flitterkill Thanks for helping me walk through a clear process of troubleshooting. I have found the culprit and fixed the issue. I had to change the php handler from FGCI "Fast CGI" to CGI. After I did that I was able to upload 2.7 & 3.3GB Files with no issue! 

 

 

2016-11-15_02-42-48.png

Posted

On first glance I would say I saw "something" regarding CGI config but didn't pay much attention to it so didn't mention it here.

Now I'm going to wonder what the setting is between CGI/FastCGI that is tanking it. Suppose I should look...

Posted
4 hours ago, techjunkie said:

@Flitterkill Thanks for helping me walk through a clear process of troubleshooting. I have found the culprit and fixed the issue. I had to change the php handler from FGCI "Fast CGI" to CGI. After I did that I was able to upload 2.7 & 3.3GB Files with no issue! 

 

 

2016-11-15_02-42-48.png

This would indicate an issue with your config of fcgi, likely FcgidMaxRequestLen in your fcgid.conf file. If it's working now, that is great though. :) 

 

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...