steffen: server/kolabd/kolabd/templates php.ini.template,1.3,1.4

cvs at intevation.de cvs at intevation.de
Wed Jun 15 14:17:55 CEST 2005


Author: steffen

Update of /kolabrepository/server/kolabd/kolabd/templates
In directory doto:/tmp/cvs-serv30852/kolabd/templates

Modified Files:
	php.ini.template 
Log Message:
put php timelimit below apaches

Index: php.ini.template
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/templates/php.ini.template,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- php.ini.template	10 Jun 2005 12:25:23 -0000	1.3
+++ php.ini.template	15 Jun 2005 12:17:53 -0000	1.4
@@ -208,8 +208,8 @@
 ; Resource Limits ;
 ;;;;;;;;;;;;;;;;;;;
 
-max_execution_time = 600     ; Maximum execution time of each script, in seconds
-memory_limit = 8M      ; Maximum amount of memory a script may consume (8MB)
+max_execution_time = 120     ; Maximum execution time of each script, in seconds
+memory_limit = 16M      ; Maximum amount of memory a script may consume (8MB)
 
 
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;





More information about the commits mailing list