*プロのサーバ管理者がApacheのStartServers, (Min|Max)SpareServers, MaxClientsを同じにする理由 http://blog.nomadscafe.jp/2010/09/apachestartservers-minmaxspareservers-maxclients.html *エラーに対する対処方法 http://blog.development-network.net/ung/2006/11/post_60.html ""[crit] [client XXX.XXX.XXX.XXX] (13)Permission denied: /home/YYY/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable ""  "" Apacheのログにこれが含まれている場合には、.htaccessが読み込めないものによる。ただし、 DocumentRootに/home/YYY/ZZZ/などになっているにもかかわらず、DocumentRootよりも上位のディレクトリの.htaccessに読みとりエラーが出ていたらそれは/home/YYYディレクトリに対してotherの実行権限がないことによる問題が考えられる。