DRYな備忘録

Don't Repeat Yourself.

nginx

nginxがポート80でPermission denied

問題 前々回、前回と、ローカルのMacにnginxのサーバを立てた ポート80で動かそうとすると、以下のエラーが出る [12:44:15] → nginx nginx: [emerg] bind() to 0.0.0.0:80 failed (13: Permission denied) ちなみに、変更は以下 diff -u /usr/local/etc/ngin…

どうせならローカル開発でもnginx使おうじゃないか【MacOSX10.9】【nginx】

Goal MacOSX10.9 mavericks で「Web共有」が無いので - DRYな備忘録 でapache立てたけど 開発用Macのウェブサーバをapachaからnginxにしたいよ Log [11:20:29] → sudo apachectl stop Password: http://localhost にて、apache止まったことを確認 [11:20:40]…

nginxでプロキシが502 Bad Gatewayを吐く【ロードバランサ】【nginx】

問題 nginxでロードバランサとしても動くリバースプロキシを設定してみた。んだけど、502 Bad Gateway。なんじゃそりゃ? 要件 xxx.xxx.xxx.xxxというグローバルIPと tainaka.comという名前が与えられているリバースプロキシがいる tainaka.comという名前で…

nginxでDebian(wheezy)にプロキシサーバ立てる【nginx】【Debian】

目標 apacheで立ってるリバースプロキシをnginxに置き換える 記録 インストールから起動まで otiai10 % apt-cache search nginx collectd-core - statistics collection and monitoring daemon (core system) fcgiwrap - simple server to run CGI applicati…