• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

PHP / CGI Timeout issues

S

steven619

Guest
When downloading a large file I get a "timeout" at about 5 minutes.

It does not appear to be an IIS issue but not sure what would cause PHP to time out this way.

Any clues?
 
PHP Timeouts

Make sure that the file your Uploading is not larger than what is defined in PHP.INI
There is a setting for max file size for uploads there.
Make sure your not uploading anything larger than that.. or it will hang on the upload script.

Russ
 
That was our first thought...but the .ini is fine.

Then we remembered that the older IIS had the same issue until Microsoft introduced a fix. And we are reading that this might be the same issue.

So if anyone knows how to fix IIS that to allow this larger download process it would help.

Thanks
Steven
 
Back
Top