You can try adding following to end of .htaccess

Code:
php_value max_input_time 600
php_value max_execution_time 600
php_value post_max_size 200M
It works only if you run php in non suexec mode.