How to change the max_execution_time time on system runing FCGID (run as virtual server owner)
1. Change max_execution_time in home/php5/php.ini file.
2. Now change the execution type from FCGId to Apache mod_php (run as Apache’s user).
somehow changes made in php.ini is not being reflected. so We need to change php script execution mode type to execute long scripts.