Web Hosting Talk







View Full Version : Quick ( I assume ) Apache question


JDF
04-24-2002, 02:30 PM
Hi all, I wrote a PHP script to grab content from another page and when I run it locally it stops recieving the information rather quickly, like 10 sec.. where as when I upload it to my webhost, it continues to recieve information for a much longer period of time. I assume this is due to some Apache setting but I cannot figure out which.. I've changed the Timeout and KeepAliveTimeout to no avail. Anyone know what's up and how to fix? Thanks..

JDF

Tim Greer
04-25-2002, 06:00 AM
Maybe it's late, but I'm confused as to your question and your problem? Can you explain what you're trying to do and gave some more detailed examples of the problem?

priyadi
04-25-2002, 06:48 AM
I assume you are executing your php script from a web server. If that's the case you need to raise max_execution_time setting in php.

JDF
04-25-2002, 04:43 PM
Originally posted by priyadi
I assume you are executing your php script from a web server. If that's the case you need to raise max_execution_time setting in php.

That was the setting I was looking for.. thank you, hadn't even thought to look there. Thanks a bunch.

Justin