###前提・実現したいこと
Nginx で "http_geo_module"、"http_map_module"、"http_fastcgi_module" を有効にした際にエラーが出力されます。
記述ミスでしょうか?
ご教授のほど、よろしくお願い申し上げます。
下記を参考にしました。
https://www.nginx.com/resources/admin-guide/installing-nginx-open-source/
###発生している問題・エラーメッセージ
./configure: error: invalid option "--with-http_geo_module"
./configure: error: invalid option "--with-http_map_module"
./configure: error: invalid option "--with-http_fastcgi_module"
###該当のソースコード
./configure --user=www-data --group=www-data --with-debug --with-pcre --with-http_ssl_module --with-http_realip_module --with-http_addition_module --with-http_sub_module --with-http_dav_module --with-http_flv_module --with-http_mp4_module --with-http_gunzip_module --with-http_gzip_static_module --with-http_random_index_module --with-http_secure_link_module --with-http_stub_status_module --with-http_auth_request_module --with-threads --with-stream --with-stream_ssl_module --with-http_slice_module --with-mail --with-mail_ssl_module --with-file-aio --with-http_v2_module --with-http_geoip_module --with-http_geo_module --with-http_map_module --with-http_fastcgi_module --add-module=/usr/build/3party_module/nginx_accept_language_module --add-module=/usr/build/3party_module/ngx_cache_purge

回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2016/08/12 03:51