• 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

Bad Gateway

chrisst1

New Pleskian
Hi

The problem...
I have 26 mysql databases that I upoad and import feeds into via a php script. Feeds under 50mb big will upload and import via our http admin panel with no problems however anything bigger (upto 500mb) results in a Bad Gateway error and fails.

Can anybody provide some advice its driving me mad.

Chris
 
Hi,

Try to play with the following php variables in php.ini:
upload_max_filesize
max_execution_time
max_input_time

If you use php4:

%systemroot%\php.ini

php5:

Additional\PleskPHP5\php.ini

These settings will be applied globaly.

Also you can use separate php settings for your site:
http://kb.swsoft.com/en/745
 
Back
Top