Apache

Apache の無駄なモジュールをロードしない

Posted in Apache on 12月 1st, 2009 by na-ga – Be the first to comment

httpd-2.2.3-31.el5 では、デフォルト値で 52 個のモジュールがロードされる。これを必要最低限のモジュール (今回の例では 27 個) のみにすることで、気休め程度だが速度向上が期待できる。
read more »

WordPress のチューニングポイントを探す

Posted in Apache, MySQL, PHP, WordPress, httperf on 11月 13th, 2009 by na-ga – Be the first to comment

WordPress の 1 ページを表示するには、複数のファイルにリクエストを出している。その中でも、実際にデータベースに問い合わせが発生するファイルが一番のリクエスト処理時間がかかると考えられる。ベンチマークソフトで負荷を生成し、WordPress のチューニングポイントを探す。
read more »

Apache を安全に再起動する方法

Posted in Apache on 10月 4th, 2009 by na-ga – Be the first to comment

Apache を安全に再起動する方法の忘却メモ
read more »