質問編集履歴
3
httpd.conf追加
title
CHANGED
File without changes
|
body
CHANGED
@@ -22,8 +22,7 @@
|
|
22
22
|
#
|
23
23
|
# If your host doesn't have a registered DNS name, enter its IP address here.
|
24
24
|
#
|
25
|
-
ServerName localhost:
|
25
|
+
ServerName localhost:80
|
26
|
-
ServerName 127.0.0.1:80
|
27
26
|
```
|
28
27
|
|
29
28
|
|
2
httpd.conf追加
title
CHANGED
File without changes
|
body
CHANGED
@@ -12,6 +12,20 @@
|
|
12
12
|
AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1. Set the 'ServerName' directive globally to suppress this message
|
13
13
|
httpd (pid 51992) already running
|
14
14
|
```
|
15
|
+
### ソースコード
|
16
|
+
/etc/apache2/httpd.conf
|
17
|
+
```
|
18
|
+
#
|
19
|
+
# ServerName gives the name and port that the server uses to identify itself.
|
20
|
+
# This can often be determined automatically, but we recommend you specify
|
21
|
+
# it explicitly to prevent problems during startup.
|
22
|
+
#
|
23
|
+
# If your host doesn't have a registered DNS name, enter its IP address here.
|
24
|
+
#
|
25
|
+
ServerName localhost:
|
26
|
+
ServerName 127.0.0.1:80
|
27
|
+
```
|
15
28
|
|
29
|
+
|
16
30
|
### 補足情報(FW/ツールのバージョンなど)
|
17
31
|
OSX(high sierra)
|
1
リンクとタイトル修正
title
CHANGED
@@ -1,1 +1,1 @@
|
|
1
|
-
|
1
|
+
Apacheが起動できない
|
body
CHANGED
@@ -1,6 +1,7 @@
|
|
1
1
|
### 前提・実現したいこと
|
2
2
|
|
3
|
+
|
3
|
-
https://qiita.com/33yuki/items/8896a91007cc5a1dfc45
|
4
|
+
[HomebrewでphpMyAdminをインストールする。](https://qiita.com/33yuki/items/8896a91007cc5a1dfc45)
|
4
5
|
こちらの記事に従い、設定しましたが以下のエラーが消えません
|
5
6
|
|
6
7
|
### 発生している問題・エラーメッセージ
|