質問編集履歴
1
エラーログの追記をしました。
title
CHANGED
File without changes
|
body
CHANGED
@@ -21,4 +21,26 @@
|
|
21
21
|
2月 23 16:24:16 systemd[1]: Failed to start The Apache HTTP Server.
|
22
22
|
2月 23 16:24:16 systemd[1]: Unit httpd.service entered failed state.
|
23
23
|
2月 23 16:24:16 systemd[1]: httpd.service failed.
|
24
|
-
```
|
24
|
+
```
|
25
|
+
|
26
|
+
|
27
|
+
**/etc/httpd/logs/error_log**
|
28
|
+
```
|
29
|
+
[Fri Feb 23 20:30:51.023633 2018] [mpm_prefork:notice] [pid 21279] AH00170: caught SIGWINCH, shutting down gracefully
|
30
|
+
[Fri Feb 23 20:30:52.105046 2018] [suexec:notice] [pid 22631] AH01232: suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
|
31
|
+
[Fri Feb 23 20:30:52.109056 2018] [ssl:warn] [pid 22631] AH01916: Init: (tk2-223-21472.vs.sakura.ne.jp:443) You configured HTTP(80) on the standard HTTPS(443) port!
|
32
|
+
[Fri Feb 23 20:30:52.109113 2018] [ssl:warn] [pid 22631] AH02292: Init: Name-based SSL virtual hosts only work for clients with TLS server name indication support (RFC 4366)
|
33
|
+
[Fri Feb 23 20:30:52.160114 2018] [auth_digest:notice] [pid 22631] AH01757: generating secret for digest authentication ...
|
34
|
+
[Fri Feb 23 20:30:52.161075 2018] [lbmethod_heartbeat:notice] [pid 22631] AH02282: No slotmem from mod_heartmonitor
|
35
|
+
[Fri Feb 23 20:30:52.164405 2018] [ssl:warn] [pid 22631] AH01916: Init: (tk2-223-21472.vs.sakura.ne.jp:443) You configured HTTP(80) on the standard HTTPS(443) port!
|
36
|
+
[Fri Feb 23 20:30:52.164452 2018] [ssl:warn] [pid 22631] AH02292: Init: Name-based SSL virtual hosts only work for clients with TLS server name indication support (RFC 4366)
|
37
|
+
[Fri Feb 23 20:30:52.211336 2018] [mpm_prefork:notice] [pid 22631] AH00163: Apache/2.4.6 (CentOS) OpenSSL/1.0.1e-fips configured -- resuming normal operations
|
38
|
+
[Fri Feb 23 20:30:52.211395 2018] [core:notice] [pid 22631] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
|
39
|
+
```
|
40
|
+
|
41
|
+
**/etc/httpd/logs/ssl_error_log**
|
42
|
+
```
|
43
|
+
[Fri Feb 23 20:00:46.788435 2018] [ssl:emerg] [pid 21266] AH02240: Server should be SSL-aware but has no certificate configured [Hint: SSLCertificateFile] (/etc/httpd/conf.d/ssl.conf:56)
|
44
|
+
```
|
45
|
+
|
46
|
+
ssl_error_logの56行目で「SSLEngine」をoffにすれば、apacheを起動することはできたのですがonにすると再度起動できなくなってしまいます。
|