13,009
回編集
50行目: | 50行目: | ||
--with-perl_modules_path=/<NginXのインストールディレクトリ>/Perl \ | --with-perl_modules_path=/<NginXのインストールディレクトリ>/Perl \ | ||
--user=nginx --group=nginx \ | --user=nginx --group=nginx \ | ||
--with-threads --with-file-aio --with-pcre --with-pcre-jit \ | --with-threads --with-file-aio --with-pcre --with-pcre-jit \ | ||
--with-http_v2_module --with-http_ssl_module --with-http_addition_module --with-http_realip_module \ | --with-http_v2_module --with-http_ssl_module --with-http_addition_module --with-http_realip_module \ | ||
62行目: | 61行目: | ||
--with-compat \ | --with-compat \ | ||
--with-cc=/usr/bin/gcc --with-cpp=/usr/bin/g++ | --with-cc=/usr/bin/gcc --with-cpp=/usr/bin/g++ | ||
# 不要の可能性あり | |||
--without-poll_module --without-select_module --with-ipv6 | |||
# OpenSSLを手動で設定する場合に記述する | # OpenSSLを手動で設定する場合に記述する | ||
--with-openssl=<上記でダウンロードおよび解凍したOpenSSLのソースコードのトップディレクトリ> | --with-openssl=<上記でダウンロードおよび解凍したOpenSSLのソースコードのトップディレクトリ> |