mysql - 503 Service Unavailable php laravel in bitnami sever -
i using laravel function execute process. function has long process , calling third party apis , import data phpmyadmin. getting data third party , perform insert,update,delete
operations database.
my code working fine in local when try use function on bitnami server showing error after 5 minutes "503 service unavailable 5m".
i checked in apache log file showing error
"[thu nov 10 07:50:28.230691 2016] [proxy_fcgi:error] [pid 8731:tid 140299376412416] (70007)the timeout specified has expired: [client 182.73.143.38:35209] ah01075: error dispatching request : (polling)"
i tried best can't find solution. tried ini_set("max_input_time", -1);
ini_set("max_execution_time", 0);
anyone can me out this?
thanks in advance.
Comments
Post a Comment