How to tune Apache and Mysql
By default, Apache comes preconfigured to serve a maximum of 256 clients simultaneously. This particular configuration setting can be found in the file /etc/httpd/conf/httpd.conf
If your server has 2 GB of RAM, and you’re sharing your server with MySQL(true in my case), you’ll want to reserve about half of it for Apache (1 GB)
Posted on July 25th, 2009 by Denie
Filed under: Apache, Linux, MySQL, Tutorials | No Comments »