Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_php thread: 30 sec timeout problem


Message #1 by "mikko tuomisto" <mikkotuomisto53@h...> on Sat, 21 Sep 2002 11:17:37
Might be a stupid question, but have you restarted apache?  If you're running
PHP as a module, you'll need to restart your webserver for the PHP config
settings to take effect.

Also, check that the new values for max_execution_time show up in a phpinfo()
page:

<?php phpinfo(); ?>


hth,

nik


  Return to Index