| 
	
 | 
 Posted by no on 09/04/05 23:41 
On Sun, 4 Sep 2005 22:20:38 +0200, "Janwillem Borleffs" 
<jw@jwscripts.com> wrote: 
>When Apache is used as the webserver and you are allowed to use .htaccess  
>files, you might be able to override this restriction with such a file in  
>your webroot containing the following: 
> 
><IfModule mod_php4.c> 
>    php_value set_time_limit 60 
></IfModule> 
> 
>When using PHP5 change mod_php4.c into mod_php5.c. 
 
Hi JW 
 
That's an interesting solution - but I am on a commercial hosting 
system, where they won't allow any changes to the Apache or PHP 
configurarion :-( 
 
I am already thinking I might have to limit the number of files in a 
batch to whatever I know will safely process in 30 seconds. :o( 
 
Chris R.
 
  
Navigation:
[Reply to this message] 
 |