質問編集履歴

2

httpd.confを追記しました。

2021/11/03 01:37

投稿

emma.
emma.

スコア26

test CHANGED
File without changes
test CHANGED
@@ -38,7 +38,7 @@
38
38
 
39
39
  ・[MAMPのアップデート(再インストール)](https://www.webdesignleaves.com/pr/plugins/mamp_error_apache.html)
40
40
 
41
- ・ポート番号変更
41
+ ・ポート番号変更(8888,80,8080,1234)
42
42
 
43
43
  ・MACのapacheの停止
44
44
 
@@ -65,3 +65,59 @@
65
65
  補足が必要でしたら教えていただけますと幸いです。
66
66
 
67
67
  分かり辛い文章で申し訳ありませんが、どうぞ宜しくお願い致します。
68
+
69
+
70
+
71
+
72
+
73
+ httpd.conf(文字数制限の為編集した部分のみ)
74
+
75
+ ---
76
+
77
+ ```
78
+
79
+
80
+
81
+
82
+
83
+
84
+
85
+ ServerAdmin XXX@gmail.com
86
+
87
+
88
+
89
+
90
+
91
+
92
+
93
+
94
+
95
+ ErrorLog "/Applications/MAMP/logs/apache_error.log"
96
+
97
+
98
+
99
+
100
+
101
+
102
+
103
+
104
+
105
+ CustomLog "/Applications/MAMP/logs/apache_access.log" combined
106
+
107
+ </IfModule>
108
+
109
+
110
+
111
+
112
+
113
+
114
+
115
+ # Virtual hosts
116
+
117
+ Include /Applications/MAMP/conf/apache/extra/httpd-vhosts.conf
118
+
119
+
120
+
121
+
122
+
123
+ ```

1

CPUを追記しました。

2021/11/03 01:37

投稿

emma.
emma.

スコア26

test CHANGED
File without changes
test CHANGED
@@ -42,7 +42,7 @@
42
42
 
43
43
  ・MACのapacheの停止
44
44
 
45
- ・PCのソフトウエアのアップデート(macOS Monterey 12.0.1)
45
+ ・PCのソフトウエアのアップデート(Mac Intel Monterey 12.0.1)
46
46
 
47
47
 
48
48