質問編集履歴

8

エラーメッセージを追記しました

2019/08/19 15:29

投稿

hidepon
hidepon

スコア206

test CHANGED
File without changes
test CHANGED
@@ -191,3 +191,13 @@
191
191
  コマンドの実行結果 (httpd -t )
192
192
 
193
193
  Syntax OK
194
+
195
+
196
+
197
+ (エラーメッセージ)
198
+
199
+ Attempting to renew cert (www.efficient-system.jp) from /etc/letsencrypt/renewal/www.efficient-system.jp.conf produced an unexpected error: Unable to find a virtual host listening on port 80 which is currently needed for Certbot to prove to the CA that you control your domain. Please add a virtual host for port 80.. Skipping.
200
+
201
+ All renewal attempts failed. The following certs could not be renewed:
202
+
203
+ /etc/letsencrypt/live/www.efficient-system.jp/fullchain.pem (failure)

7

コマンド追記しました

2019/08/19 15:29

投稿

hidepon
hidepon

スコア206

test CHANGED
File without changes
test CHANGED
@@ -122,6 +122,58 @@
122
122
 
123
123
  よろしくお願いいたします。
124
124
 
125
+ (追記)
126
+
127
+ コマンドの実行結果 (systemctl status httpd)
128
+
129
+ ● httpd.service - The Apache HTTP Server
130
+
131
+ Loaded: loaded (/usr/lib/systemd/system/httpd.service; enabled; vendor preset: disabled)
132
+
133
+ Active: active (running) since Mon 2019-08-19 23:37:39 JST; 32min ago
134
+
135
+ Docs: man:httpd(8)
136
+
137
+ man:apachectl(8)
138
+
139
+ Process: 28928 ExecStop=/bin/kill -WINCH ${MAINPID} (code=exited, status=0/SUCCESS)
140
+
141
+ Process: 28909 ExecReload=/usr/sbin/httpd $OPTIONS -k graceful (code=exited, status=0/SUCCESS)
142
+
143
+ Main PID: 29043 (httpd)
144
+
145
+ Status: "Total requests: 111; Current requests/sec: 0; Current traffic: 0 B/sec"
146
+
147
+ CGroup: /system.slice/httpd.service
148
+
149
+ tq29043 /usr/sbin/httpd -DFOREGROUND
150
+
151
+ tq29046 /usr/sbin/httpd -DFOREGROUND
152
+
153
+ tq29047 /usr/sbin/httpd -DFOREGROUND
154
+
155
+ tq29060 /usr/sbin/httpd -DFOREGROUND
156
+
157
+ tq29061 /usr/sbin/httpd -DFOREGROUND
158
+
159
+ tq29062 /usr/sbin/httpd -DFOREGROUND
160
+
161
+ tq29080 /usr/sbin/httpd -DFOREGROUND
162
+
163
+ tq29085 /usr/sbin/httpd -DFOREGROUND
164
+
165
+ tq29089 /usr/sbin/httpd -DFOREGROUND
166
+
167
+ tq29090 /usr/sbin/httpd -DFOREGROUND
168
+
169
+ mq29168 /usr/sbin/httpd -DFOREGROUND
170
+
171
+
172
+
173
+ Aug 19 23:37:39 150-95-140-210 systemd[1]: Starting The Apache HTTP Server...
174
+
175
+ Aug 19 23:37:39 150-95-140-210 systemd[1]: Started The Apache HTTP Server.
176
+
125
177
 
126
178
 
127
179
  (追記)

6

記述を変更しました

2019/08/19 15:12

投稿

hidepon
hidepon

スコア206

test CHANGED
File without changes
test CHANGED
@@ -126,16 +126,16 @@
126
126
 
127
127
  (追記)
128
128
 
129
- コマンドの実行結果 httpd -t -D DUMP_VHOSTS
129
+ コマンドの実行結果 (httpd -t -D DUMP_VHOSTS)
130
130
 
131
131
  VirtualHost configuration:
132
132
 
133
- *:443 domainjp (/etc/httpd/conf.d/ssl.conf:56)
133
+ *:443 www.example.com (/etc/httpd/conf.d/ssl.conf:56)
134
134
 
135
135
 
136
136
 
137
137
  (追記)
138
138
 
139
- コマンドの実行結果 httpd -t
139
+ コマンドの実行結果 (httpd -t )
140
140
 
141
141
  Syntax OK

5

コマンド詳細追記

2019/08/19 15:03

投稿

hidepon
hidepon

スコア206

test CHANGED
File without changes
test CHANGED
@@ -126,7 +126,7 @@
126
126
 
127
127
  (追記)
128
128
 
129
- コマンドの実行結果
129
+ コマンドの実行結果 httpd -t -D DUMP_VHOSTS
130
130
 
131
131
  VirtualHost configuration:
132
132
 

4

コマンド実行

2019/08/19 14:44

投稿

hidepon
hidepon

スコア206

test CHANGED
File without changes
test CHANGED
@@ -136,6 +136,6 @@
136
136
 
137
137
  (追記)
138
138
 
139
- コマンドの実行結果
139
+ コマンドの実行結果 httpd -t
140
140
 
141
141
  Syntax OK

3

修正

2019/08/19 14:43

投稿

hidepon
hidepon

スコア206

test CHANGED
File without changes
test CHANGED
@@ -130,12 +130,12 @@
130
130
 
131
131
  VirtualHost configuration:
132
132
 
133
- *:443 www.efficient-system.jp (/etc/httpd/conf.d/ssl.conf:56)
133
+ *:443 domainjp (/etc/httpd/conf.d/ssl.conf:56)
134
134
 
135
135
 
136
136
 
137
137
  (追記)
138
138
 
139
- コマンドの実行結果 -t
139
+ コマンドの実行結果
140
140
 
141
141
  Syntax OK

2

コマンド実行結果その3

2019/08/19 14:42

投稿

hidepon
hidepon

スコア206

test CHANGED
File without changes
test CHANGED
@@ -131,3 +131,11 @@
131
131
  VirtualHost configuration:
132
132
 
133
133
  *:443 www.efficient-system.jp (/etc/httpd/conf.d/ssl.conf:56)
134
+
135
+
136
+
137
+ (追記)
138
+
139
+ コマンドの実行結果 -t
140
+
141
+ Syntax OK

1

コマンドの実行結果

2019/08/19 14:41

投稿

hidepon
hidepon

スコア206

test CHANGED
File without changes
test CHANGED
@@ -121,3 +121,13 @@
121
121
  解決方法を探っているのですが、なかなか前に進みません。
122
122
 
123
123
  よろしくお願いいたします。
124
+
125
+
126
+
127
+ (追記)
128
+
129
+ コマンドの実行結果
130
+
131
+ VirtualHost configuration:
132
+
133
+ *:443 www.efficient-system.jp (/etc/httpd/conf.d/ssl.conf:56)