[...] > Unfortunatley, that isn't the issue. It has run fine with max_clients set > at 150; when this started happening, I ran it down to 64. [...]
"Thanks" for pointing this out. Do you have any other minor detail, before I decide I definitely can't help? > It isn't a resource problem, however, .. > > :datasize=infinity:\ > :maxproc=infinity:\ > :openfiles-cur=128:\ > :stacksize-cur=8M:\ [...] Oops, httpd is running in the daemon class by default, right. Anyway, maxproc=infinity doesn't mean that the number of processes that can be ran on your system is unlimited (see sysctl kern.maxproc). Does cronolog launch a huge number of processes? Is your box loaded?