Re: Apache: couldn't spawn child process

2001-01-22 Thread Tomás García Ferrari
Hello, Thanks for your suggestions. I realize -reading them- that the problem probably came because I changed the /etc/securiry/limits.conf and added these: * hard core 0 * hard rss 5000 * hard nproc 20 and then the limit of proccesses is set to 20. Is it possible to add here somethin

Re: Apache: couldn't spawn child process

2001-01-22 Thread Brian Ashe
Hi Tomás, This is a system issue not an apache one. You are probably running out of processes available since each CGI script is a new process. Imagine having hundreds or thousands of users logged in and each starting a program to run. You have a few choices. I have to assume you have a very bus