質問編集履歴
2
ps aux | grep httpd コマンドで表示される内容を変更しました
title
CHANGED
File without changes
|
body
CHANGED
@@ -28,13 +28,15 @@
|
|
28
28
|
$ sudo apachectl restart
|
29
29
|
|
30
30
|
$ ps aux | grep httpd
|
31
|
-
|
31
|
+
6993 ?? Ss 0:00.54 /usr/local/opt/httpd/bin/httpd -k restart
|
32
|
-
|
32
|
+
11708 ?? S 0:00.00 /usr/local/opt/httpd/bin/httpd -k restart
|
33
|
+
11709 ?? S 0:00.00 /usr/local/opt/httpd/bin/httpd -k restart
|
33
|
-
|
34
|
+
11710 ?? S 0:00.00 /usr/local/opt/httpd/bin/httpd -k restart
|
35
|
+
11711 ?? S 0:00.00 /usr/local/opt/httpd/bin/httpd -k restart
|
34
|
-
|
36
|
+
11712 ?? S 0:00.00 /usr/local/opt/httpd/bin/httpd -k restart
|
37
|
+
12664 ?? Ss 0:00.39 /usr/sbin/httpd -D FOREGROUND
|
35
|
-
|
38
|
+
12668 ?? S 0:00.00 /usr/sbin/httpd -D FOREGROUND
|
36
|
-
|
39
|
+
15227 s000 S+ 0:00.00 grep httpd
|
37
|
-
#root 6993 0.0 0.0 2462384 1892 ?? Ss 8:16PM 0:00.02 /usr/local/opt/httpd/bin/httpd -k restart
|
38
40
|
|
39
41
|
$ sudo apachectl restart
|
40
42
|
|
1
修正を加えました
title
CHANGED
File without changes
|
body
CHANGED
@@ -7,7 +7,7 @@
|
|
7
7
|
|
8
8
|
|
9
9
|
###期待する動作
|
10
|
-
動作確認
|
10
|
+
ブラウザでapacheが動作していることを確認したい
|
11
11
|

|
12
12
|
###動作環境
|
13
13
|
OS:mac(ver10.11.6)
|