nginx の light,full,extra の違い ( ubuntu編 )

nginx

 ubuntuで webサーバーを運用するのに nginx を使っています。 wordpressを高速に動かすためにプロキシーキャッシュを使いたく cache-purge が含まれる、nginx-extra を使用していますが、メモリーをかなり消費するようです。

 いらない機能を削ぎ落としシェイプアップしたいと思いましたが、そもそも、どんな機能が必要なのかわかっていないという状態なので、ubuntuで用意されている、nginx-extra,nginx-full,nginx-light の3バージョンのそれぞれの configure を調べて比較することで、必要な機能を把握できるようになるのではないかと思いました。

 ということで、それぞれの configure を比較した表をつくりました。

 表から、–with-cc-opt と –with-ld-opt は外してます。また、lightは –without-xxx を使って基本機能を削除していますので勘違いしないようにしましょう。

  • ——–
  • light
  • full
  • cust
  • extr
  • prefix
  • conf-path
  • http-log-path
  • error-log-path
  • lock-path
  • pid-path
  • http-client-body-temp-path
  • http-fastcgi-temp-path
  • http-proxy-temp-path
  • http-scgi-temp-path
  • http-uwsgi-temp-path
  • with-debug
  • with-pcre-jit
  • with-ipv6
  • with-http_ssl_module
  • with-http_stub_status_module
  • with-http_realip_module
  • with-http_auth_request_module
  • with-http_addition_module
  • with-http_dav_module
  • with-http_flv_module
  • with-http_geoip_module
  • with-http_gunzip_module
  • with-http_gzip_static_module
  • with-http_image_filter_module
  • with-http_mp4_module
  • with-http_perl_module
  • with-http_random_index_module
  • with-http_secure_link_module
  • with-http_spdy_module
  • with-http_sub_module
  • with-http_xslt_module
  • with-mail
  • with-mail_ssl_module
  • –add-module headers-more-nginx-module
  • –add-module nginx-auth-pam
  • –add-module nginx-cache-purge
  • –add-module nginx-dav-ext-module
  • –add-module nginx-development-kit
  • –add-module nginx-echo
  • –add-module ngx-fancyindex
  • –add-module nginx-http-push
  • –add-module nginx-lua
  • –add-module nginx-upload-progress
  • –add-module nginx-upstream-fair
  • –add-module ngx_pagespeed
  • –add-module ngx_http_substitutions_filter_module
  • without-http_browser_module
  • without-http_geo_module
  • without-http_limit_req_module
  • without-http_limit_zone_module
  • without-http_memcached_module
  • without-http_referer_module
  • without-http_scgi_module
  • without-http_split_clients_module
  • without-http_ssi_module
  • without-http_userid_module
  • without-http_uwsgi_module

 ということで、この表を見ながらいらないものをピックアップしていきます。でも、それぞれの機能がどういう役割かわからないとだめですね。まだまだ、勉強が必要です。

コメント

タイトルとURLをコピーしました