• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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