P PSS Well-Known Member Jun 15, 2007 #1 Jun 15, 2007 #1 Do External Application Resource Limits affect phpLsapi?
M mistwang LiteSpeed Staff Jun 15, 2007 #2 Jun 15, 2007 #2 Yes, if PHP trys to use more resource than the limits.
P PSS Well-Known Member Jun 15, 2007 #3 Jun 15, 2007 #3 Good to know. Now I know why long php scripts die when you have set php time limit longer than resource limit.
Good to know. Now I know why long php scripts die when you have set php time limit longer than resource limit.
M mistwang LiteSpeed Staff Jun 15, 2007 #4 Jun 15, 2007 #4 time limit should not affect PHP though, memory and process limit does, you should check error.log and stderr.log for reasons behind the death of long php scripts.
time limit should not affect PHP though, memory and process limit does, you should check error.log and stderr.log for reasons behind the death of long php scripts.