###前提・実現したいこと
Nginx で "http_fastcgi_module" を有効にした際にエラーが出力されます。
ご教授のほど、よろしくお願い申し上げます。
また、こちらのサイトの回答者様から "./configure --help" で一覧を見ることができることを教えていただきました。
確認すると、下記のように"disable ngx_http_fastcgi_module" になっていました。
... --without-http_fastcgi_module disable ngx_http_fastcgi_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
###補足情報(言語/FW/ツール等のバージョンなど)
CentOS release 6.8 (Final)
PHP 5.5.38 (cli)
PHP 5.5.38 (fpm-fcgi)
デフォルトで有効なのではないの?

回答1件
あなたの回答
tips
プレビュー