Apacheサーバティップス

サーバの能力に応じて以下参考にチューニング。

/etc/apache2/mods-available/mpm_prefork.conf (Debian/Ubuntu)

<IfModule mpm_prefork_module>
       StartServers              4
       MinSpareServers          20
       MaxSpareServers          40
       MaxRequestWorkers       200
       MaxConnectionsPerChild 4500
</IfModule>