I experience a weird problem; I have a bash script that runs as wwwrun, triggered by button in a browser. Inside the script there is a sleep but I after many trials I realize that if I do a sleep of few seconds/minute everything is ok, while with more than 5 minutes the script stops the execution.. any ideas/suggestions?
Share
There is a script timeout setting in your php.ini which is being triggered, try extending that.
max_execution_time is the item you want top change in the php.ini