質問編集履歴
1
ssl.confを変更した後のエラーメッセージを追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -79,3 +79,57 @@
|
|
79
79
|
|
80
80
|
|
81
81
|
どうしたらApacheが起動し、443でアクセスできるようになるでしょうか。
|
82
|
+
|
83
|
+
|
84
|
+
|
85
|
+
[2020/11/23 07:58追記]
|
86
|
+
|
87
|
+
ssl.confを見直し、Apacheを移動させたところ、以下のようなエラーに変わりました。
|
88
|
+
|
89
|
+
```11月 23 07:47:55 systemd[1]: Starting The Apache HTTP Server...
|
90
|
+
|
91
|
+
-- Subject: Unit httpd.service has begun start-up
|
92
|
+
|
93
|
+
-- Defined-By: systemd
|
94
|
+
|
95
|
+
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
|
96
|
+
|
97
|
+
--
|
98
|
+
|
99
|
+
-- Unit httpd.service has begun starting up.
|
100
|
+
|
101
|
+
11月 23 07:47:55 httpd[10825]: (98)Address already in use: AH00072: make_sock: could not bind to address [::]:443
|
102
|
+
|
103
|
+
11月 23 07:47:55 systemd[1]: httpd.service: main process exited, code=exited, status=1/FAILURE
|
104
|
+
|
105
|
+
11月 23 07:47:55 systemd[1]: Failed to start The Apache HTTP Server.
|
106
|
+
|
107
|
+
-- Subject: Unit httpd.service has failed
|
108
|
+
|
109
|
+
-- Defined-By: systemd
|
110
|
+
|
111
|
+
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
|
112
|
+
|
113
|
+
--
|
114
|
+
|
115
|
+
-- Unit httpd.service has failed.
|
116
|
+
|
117
|
+
--
|
118
|
+
|
119
|
+
-- The result is failed.
|
120
|
+
|
121
|
+
11月 23 07:47:55 systemd[1]: Unit httpd.service entered failed state.
|
122
|
+
|
123
|
+
11月 23 07:47:55 systemd[1]: httpd.service failed.
|
124
|
+
|
125
|
+
11月 23 07:52:54 systemd[1]: Starting The Apache HTTP Server...
|
126
|
+
|
127
|
+
-- Subject: Unit httpd.service has begun start-up
|
128
|
+
|
129
|
+
-- Defined-By: systemd
|
130
|
+
|
131
|
+
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
|
132
|
+
|
133
|
+
コード
|
134
|
+
|
135
|
+
```
|