Apache service down

Vipul Dave

New member
Joined
Aug 15, 2020
Messages
3
Hello,

Can anyone help regarding issue related to apache service which is not getting up after manual installation of ssl on hostname getting the below error logs

root@host ~]# tail -f /var/log/httpd/error_log
AH00016: Configuration Failed
AH00016: Configuration Failed
AH00016: Configuration Failed
AH00016: Configuration Failed
AH00016: Configuration Failed
AH00016: Configuration Failed
AH00016: Configuration Failed
AH00016: Configuration Failed
AH00016: Configuration Failed
AH00016: Configuration Failed

[root@host custombuild]# tail -f /var/log/httpd/domains/domain.com.error.log
[Sat Aug 15 22:55:59.817375 2020] [ssl:warn] [pid 30305:tid 140094905137280] AH01906: www.domain.com:443:0 server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
[Sat Aug 15 22:55:59.817388 2020] [ssl:warn] [pid 30305:tid 140094905137280] AH01909: www.domain.com:443:0 server certificate does NOT include an ID which matches the server name
[Sat Aug 15 22:56:02.209533 2020] [ssl:warn] [pid 30305:tid 140094905137280] AH01906: www.domain.com:443:0 server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
[Sat Aug 15 22:56:02.209545 2020] [ssl:warn] [pid 30305:tid 140094905137280] AH01909: www.domain.com:443:0 server certificate does NOT include an ID which matches the server name
[Sat Aug 15 22:57:37.351426 2020] [ssl:warn] [pid 36411:tid 140547887622272] AH01906: www.domain.com:443:0 server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
[Sat Aug 15 22:57:37.351438 2020] [ssl:warn] [pid 36411:tid 140547887622272] AH01909: www.domain.com:443:0 server certificate does NOT include an ID which matches the server name
[Sat Aug 15 22:57:37.952441 2020] [ssl:warn] [pid 36411:tid 140547887622272] AH01906: www.domain.com:443:0 server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
[Sat Aug 15 22:57:37.952453 2020] [ssl:warn] [pid 36411:tid 140547887622272] AH01909: www.domain.com:443:0 server certificate does NOT include an ID which matches the server name
[Sat Aug 15 22:58:02.321118 2020] [ssl:warn] [pid 36411:tid 140547887622272] AH01906: www.domain.com:443:0 server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
[Sat Aug 15 22:58:02.321130 2020] [ssl:warn] [pid 36411:tid 140547887622272] AH01909: www.domain.com:443:0 server certificate does NOT include an ID which matches the server name


I have also tried to rebuild the apache and tried to install nginx too and also rebuild all the services but nothing worked. Similar things happening with other services also life pure-ftpd.
 
Back
Top