Urgent -- Need help configuring server for high traffic

I have a linux redhat dedicated server with apache that hosts a single website. The server is maxing out at about 280 simultaneous processes. The server load is low and it should be able to handle more.

What configurations should I change to allow more simultaneous visitors and more simultaneous processes?

Max_clients is set to 250 in the httpd.conf file. If I increase this number, then my cgi processes generate internal server errors.

 

 

 

 

Top