Important things to know in apache (2)

The number of currently incomming requests can be found using netstat:
netstat -anp | grep :80

Just read the number where the destination address is your servers ip with the port 80.


To find the maximum number of requests apache can handle just look in the httpd.conf file for the MaxClients directive. There should be some other information regarding child processes and how many clients per process each can hold.

http://www.devside.net/articles/apache-performance-tuning


http://virtualthreads.blogspot.com/2006/01/tuning-apache-part-1.html

No comments:

Other Articles

Enter your email address: