このブログは、旧・はてなダイアリー「檜山正幸のキマイラ飼育記 メモ編」(http://d.hatena.ne.jp/m-hiyama-memo/)のデータを移行・保存したものであり、今後(2019年1月以降)更新の予定はありません。

今後の更新は、新しいブログ http://m-hiyama-memo.hatenablog.com/ で行います。

実験的な環境

キマイラサイトは、/usr/local/nginx/ と /home/chimaira/web_pub/ でサポートすることにして、ユーザーcatyのホーム /home/caty/ の下に別なnginxとcatyサーバーを立てて、実験に使うことにする。caty.caty-sites.net の 80, 8000, 8080 は、Catyが使うことにする。

[追記]

というわけで、/home/caty/nginx/ に nginx-1.0.13 をインストールした。configureは次のようにした。

./configure --prefix=/home/caty/nginx --user=caty --group=member \
 --with-http_realip_module \
 --with-http_ssl_module \
 --with-debug \
 --without-http_ssi_module \
 --without-http_fastcgi_module | tee myconf.log


$ ~/nginx/sbin/nginx -V
nginx version: nginx/1.0.13
TLS SNI support disabled
configure arguments: --prefix=/home/caty/nginx --user=caty --group=member --with-http_realip_module --with-http_ssl_module --with-debug --without-http_ssi_module --without-http_fastcgi_module
[caty@microapplications ~]
$

[/追記]