質問編集履歴

3

httpd.conf追加

2019/03/27 10:43

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -46,9 +46,7 @@
46
46
 
47
47
  #
48
48
 
49
- ServerName localhost:
49
+ ServerName localhost:80
50
-
51
- ServerName 127.0.0.1:80
52
50
 
53
51
  ```
54
52
 

2

httpd.conf追加

2019/03/27 10:43

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -26,6 +26,34 @@
26
26
 
27
27
  ```
28
28
 
29
+ ### ソースコード
30
+
31
+ /etc/apache2/httpd.conf
32
+
33
+ ```
34
+
35
+ #
36
+
37
+ # ServerName gives the name and port that the server uses to identify itself.
38
+
39
+ # This can often be determined automatically, but we recommend you specify
40
+
41
+ # it explicitly to prevent problems during startup.
42
+
43
+ #
44
+
45
+ # If your host doesn't have a registered DNS name, enter its IP address here.
46
+
47
+ #
48
+
49
+ ServerName localhost:
50
+
51
+ ServerName 127.0.0.1:80
52
+
53
+ ```
54
+
55
+
56
+
29
57
 
30
58
 
31
59
  ### 補足情報(FW/ツールのバージョンなど)

1

リンクとタイトル修正

2019/03/27 09:34

投稿

退会済みユーザー
test CHANGED
@@ -1 +1 @@
1
- phpmyadminが起動できない
1
+ Apacheが起動できない
test CHANGED
@@ -2,7 +2,9 @@
2
2
 
3
3
 
4
4
 
5
+
6
+
5
- https://qiita.com/33yuki/items/8896a91007cc5a1dfc45
7
+ [HomebrewでphpMyAdminをインストールする。](https://qiita.com/33yuki/items/8896a91007cc5a1dfc45)
6
8
 
7
9
  こちらの記事に従い、設定しましたが以下のエラーが消えません
8
10