質問編集履歴

2

試したことの追記

2018/07/31 07:21

投稿

sekkati
sekkati

スコア24

test CHANGED
File without changes
test CHANGED
@@ -42,13 +42,19 @@
42
42
 
43
43
  >netstat -ano | findstr 0.0.0.0:80
44
44
 
45
- //上記コマンドで表示されたプロセスIDをキル
45
+ // 上記コマンドで表示されたプロセスIDをキル
46
46
 
47
47
 
48
48
 
49
49
  > taskkill /pid 27496 /f
50
50
 
51
51
  成功:PID 27496のプロセスは強制終了されました。
52
+
53
+
54
+
55
+ >netstat -ano | findstr 0.0.0.0:80
56
+
57
+ // 別のプロセスidで80番ポートが動いている...
52
58
 
53
59
  ```
54
60
 

1

試したことの追記

2018/07/31 07:21

投稿

sekkati
sekkati

スコア24

test CHANGED
File without changes
test CHANGED
@@ -15,6 +15,12 @@
15
15
  ```
16
16
 
17
17
  > nginx -s stop
18
+
19
+ nginx: [error] CreateFile() "C:\nginx/logs/nginx.pid" failed (2: The system cannot find the file specified)
20
+
21
+
22
+
23
+ > nginx.exe -s quit
18
24
 
19
25
  nginx: [error] CreateFile() "C:\nginx/logs/nginx.pid" failed (2: The system cannot find the file specified)
20
26