質問編集履歴

2

nginx -V の結果を記載

2018/07/06 15:47

投稿

tenzodiac
tenzodiac

スコア6

test CHANGED
File without changes
test CHANGED
@@ -53,3 +53,41 @@
53
53
  また、同一のPCでApache2.4とPHP Thred Safeの組み合わせではopenssl
54
54
 
55
55
  が問題なくenabledになりました
56
+
57
+
58
+
59
+ c:\nginx-1.14.0>nginx -V
60
+
61
+ nginx version: nginx/1.14.0
62
+
63
+ built by cl 16.00.40219.01 for 80x86
64
+
65
+ built with OpenSSL 1.0.2o 27 Mar 2018
66
+
67
+ TLS SNI support enabled
68
+
69
+ configure arguments: --with-cc=cl --builddir=objs.msvc8 --with-debug --prefix=
70
+
71
+ --conf-path=conf/nginx.conf --pid-path=logs/nginx.pid --http-log-path=logs/access.log
72
+
73
+ --error-log-path=logs/error.log --sbin-path=nginx.exe --http-client-body-temp-path=t
74
+
75
+ emp/client_body_temp --http-proxy-temp-path=temp/proxy_temp --http-fastcgi-temp-path=t
76
+
77
+ emp/fastcgi_temp --http-scgi-temp-path=temp/scgi_temp --http-uwsgi-temp-path=temp/
78
+
79
+ uwsgi_temp --with-cc-opt=-DFD_SETSIZE=1024 --with-pcre=objs.msvc8/lib/pcre-8.42 --with
80
+
81
+ -zlib=objs.msvc8/lib/zlib-1.2.11 --with-select_module --with-http_v2_module --with-
82
+
83
+ http_realip_module --with-http_addition_module --with-http_sub_module --with-http_
84
+
85
+ dav_module --with-http_stub_status_module --with-http_flv_module --with-http_mp4_
86
+
87
+ module --with-http_gunzip_module --with-http_gzip_static_module --with-http_auth_
88
+
89
+ request_module --with-http_random_index_module --with-http_secure_link_module --with
90
+
91
+ -http_slice_module --with-mail --with-stream --with-openssl=objs.msvc8/lib/openssl-1.0.2o
92
+
93
+ --with-openssl-opt=no-asm --with-http_ssl_module --with-mail_ssl_module --with-stream_ssl_module

1

nginx-Vの結果を記載

2018/07/06 15:46

投稿

tenzodiac
tenzodiac

スコア6

test CHANGED
File without changes
test CHANGED
@@ -47,3 +47,9 @@
47
47
  ### 補足情報(FW/ツールのバージョンなど)
48
48
 
49
49
  PHPは64bit版のNon Thread Safeです
50
+
51
+ nginx -v の実行結果は nginx version: nginx/1.14.0 です
52
+
53
+ また、同一のPCでApache2.4とPHP Thred Safeの組み合わせではopenssl
54
+
55
+ が問題なくenabledになりました