CGI Scripts' Timeout (seconds)

 
Post new topic   Reply to topic    Aprelium Forum Index -> PHP
View previous topic :: View next topic  
Author Message
sendmehere
-


Joined: 05 Mar 2003
Posts: 2

PostPosted: Wed Mar 05, 2003 8:29 pm    Post subject: CGI Scripts' Timeout (seconds) Reply with quote

Hi,

I've set the above parameter to 100 seconds, but it still aborts in the execution of my PHP when over 30 seconds, why is that???

I've already tried restarting the server, even restarting my PC, but problem persists.

Appreciate for anyone's help!!!

Andy.
Back to top View user's profile Send private message
aprelium
-


Joined: 22 Mar 2002
Posts: 6800

PostPosted: Wed Mar 05, 2003 11:36 pm    Post subject: Re: CGI Scripts' Timeout (seconds) Reply with quote

sendmehere wrote:
Hi,

I've set the above parameter to 100 seconds, but it still aborts in the execution of my PHP when over 30 seconds, why is that???

I've already tried restarting the server, even restarting my PC, but problem persists.

Appreciate for anyone's help!!!

Andy.

PHP has also a timeout parameter that you must increase it.
Edit php.ini and locate the line:
Code:
max_execution_time = 30

And change it to:
Code:
max_execution_time = 100

to increase the PHP scripts' timeout to 100. Of course, Abyss' CGI timeout must be greater or equal to max_execution_time.
_________________
Support Team
Aprelium - http://www.aprelium.com
Back to top View user's profile Send private message Send e-mail
sendmehere
-


Joined: 05 Mar 2003
Posts: 2

PostPosted: Thu Mar 06, 2003 7:48 am    Post subject: Reply with quote

thanks so much, it works!!!
Back to top View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Aprelium Forum Index -> PHP All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB phpBB Group