<html>
Here's the scenario. I have a Red Hat 7.3 box, running Apache
1.3.23....running MANY name virtual hosts (1,000+ total sites). The
kernel has been re-compiled.<br><br>
Here's the problem:<br><br>
When attempting to run cgi scripts on some of the web sites....it doesn't
run, but gives a:<br><br>
<font color="#FF0000">Too many open files: couldn't spawn child process:
/var/www/cgi-bin/tx-xx/ema_list.cgi<br><br>
</font>This error message is found in /var/log/error log<br><br>
We messed with Apache last night trying different setups in that conf
file....<br><br>
Timeout 300<br><br>
KeepAlive Off<br><br>
MaxKeepAliveRequests 100<br><br>
KeepAliveTimeout 15<br><br>
MinSpareServers 25<br>
MaxSpareServers 50<br><br>
StartServers 100<br><br>
MaxClients 200<br><br>
MaxRequestsPerchild 10<br><br>
<br>
I am running about 2 - 3 dozen independant log files.....one error log
file.<br><br>
What's my problem?<br><br>
<br>
</html>