<html>
Here's the scenario.&nbsp; I have a Red Hat 7.3 box, running Apache
1.3.23....running MANY name virtual hosts (1,000+ total sites).&nbsp; 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&nbsp; 300<br><br>
KeepAlive&nbsp; Off<br><br>
MaxKeepAliveRequests&nbsp; 100<br><br>
KeepAliveTimeout&nbsp; 15<br><br>
MinSpareServers&nbsp; 25<br>
MaxSpareServers 50<br><br>
StartServers&nbsp; 100<br><br>
MaxClients&nbsp; 200<br><br>
MaxRequestsPerchild&nbsp; 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>