Grant wrote: > > Ok, would you use 0? I was concerned about a process going haywire eventually. Whoa - there's zero reason to use MaxRequestsPerChild unless you encounter a specific resource allocation/unbounded utilization flaw in a specific (or mystery) module you've loaded. In nearly ever other case MRPC does you no good, outside of wasting resources itself it restarting a healthy server. MRPC will not protect you from haywire processes, if they are going to crash due to a bug, they will crash if you've wired in MRPC limits or not, and in fact it's better to pick up the pieces after the process has served out it's entire useful lifespan. --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx