• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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