質問編集履歴

4

追記

2021/08/14 04:25

投稿

Athenahack
Athenahack

スコア2

test CHANGED
File without changes
test CHANGED
@@ -3,6 +3,10 @@
3
3
  SSL証明書を取得して設定完了した後、apacheの設定ファイルに記載したりすることってありますでしょうか?
4
4
 
5
5
  Webサイト自体はHTTPSでアクセスできるのですが、phpMyAdminにログインできません。
6
+
7
+
8
+
9
+ ※https://○○.com/phpMyAdmin/ でログインしようとしています。
6
10
 
7
11
 
8
12
 

3

追記

2021/08/14 04:25

投稿

Athenahack
Athenahack

スコア2

test CHANGED
File without changes
test CHANGED
@@ -92,7 +92,7 @@
92
92
 
93
93
 
94
94
 
95
- mod_sslを入れたりしましたが、apacheのステータスがおかしくなりremoveしました。
95
+ ~~mod_sslを入れたりしましたが、apacheのステータスがおかしくなりremoveしました。~~
96
96
 
97
97
 
98
98
 
@@ -104,4 +104,32 @@
104
104
 
105
105
 
106
106
 
107
+
108
+
109
+ mod_sslを入れなおしました。
110
+
111
+ apacheのエラーログに以下が出ました
112
+
113
+ こちらに同様のエラーあったので対処してみましたが504 Gateway-timeoutのままです
114
+
115
+ https://blog.denet.co.jp/amazon-linux-2-mod_http2/
116
+
117
+ ```
118
+
119
+ The mpm module (prefork.c) is not supported by mod_http2.
120
+
121
+ The mpm determines how things are processed in your server.
122
+
123
+ HTTP/2 has more demands in this regard and the currently selected mpm will just not do.
124
+
125
+ This is an advisory warning. Your server will continue to work, but the HTTP/2 protocol will be inactive.
126
+
127
+
128
+
129
+ ```
130
+
131
+
132
+
133
+
134
+
107
135
  他に試すことありますでしょうか?

2

追記しました

2021/08/14 04:16

投稿

Athenahack
Athenahack

スコア2

test CHANGED
File without changes
test CHANGED
@@ -28,7 +28,27 @@
28
28
 
29
29
  AWS lightsail
30
30
 
31
+
32
+
33
+ ・SSL証明書作成
34
+
35
+ ・ロードバランサーでHTTPS化
36
+
37
+
38
+
39
+
40
+
31
41
  AWS route53
42
+
43
+
44
+
45
+ ・ホストゾーン作成
46
+
47
+ ・ドメイン取得
48
+
49
+
50
+
51
+ という感じです。
32
52
 
33
53
 
34
54
 

1

追記

2021/08/14 04:08

投稿

Athenahack
Athenahack

スコア2

test CHANGED
File without changes
test CHANGED
@@ -76,6 +76,12 @@
76
76
 
77
77
 
78
78
 
79
+
80
+
81
+ 別ブラウザで試すor シークレットウィンドウで試しましたが同様の事象でした
82
+
83
+
84
+
79
85
 
80
86
 
81
87
  他に試すことありますでしょうか?