Apache
http://www.apache.jp/news/apache-http-server-2.2.26-released http://tkusano.asablo.jp/blog/2013/11/18/7060656 http://archive.apache.org/dist/httpd/CHANGES_2.2.26 enable support for ECC keys and ECDH ciphers. NSA問題対応 めも
http://d.hatena.ne.jp/koseki2/20090611/ModRewrite http://d.hatena.ne.jp/koseki2/20090921/ModDirRewrite めも
http://fine.ap.teacup.com/hepo/8.html めも
httpd.confによるWebサーバの最適化 http://www.atmarkit.co.jp/flinux/rensai/apache2_03/apache03a.html を参考にデチューン # apache2 -l Compiled in modules: (中略) worker.c (略) # vi /etc/apache2/apache2.conf <IfModule worker.c> #StartServers 2 #MaxClients 150 #</ifmodule>…
http://www.itmedia.co.jp/help/tips/linux/l0573.html apache2.confに以下を追記 ServerTokens ProductOnly ServerSignature Off
http://www.itmedia.co.jp/help/tips/linux/l0398.html 通常,Apacheのmodモジュールによるindexes表示では,このようにファイル名が長い場合には末尾が省略表示される。 長いファイル名では末尾に「>」と表示されて略されてしまう ファイル名の文字列をすべ…
http://www.itmedia.co.jp/help/tips/linux/l0330.html # /usr/sbin/apache2 -l Compiled in modules: core.c (中略) mod_autoindex.c (後略)