• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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