• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

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