tail -f /dev/null

If you haven't had any obstacles lately, you're not challenging. be the worst.

apache

独自 Directive を IfDefine で定義して Rewrite を切り替える

通常は Sorry 画面を表示しておき、必要なタイミングで Apache の起動オプションを利用して Maintenance 画面へ切り替えたい。 IfDefine を利用した Directive 適用範囲の切替 IfDefine Directive を利用すれば、httpd で起動する際にオプションの -D <独自 …

MacPortsからHomebrewへの移行&環境構築(Ruby&Apache&MySQL)

環境 MacOSX 10.11 MacPorts 2.3.4 Homebrew 0.9.5 (git revision 9942; last commit 2015-11-07) Ruby 2.2.3 bundler 1.10.6 Apache/2.4.17 (Unix) MySQL 5.7.9 なぜHomebrewにしたか 参考にしたサイトがほとんどと言っていいほどHomebrewを事前にインスト…