I don't understand why this has happened, I've updated Apache so many times without issues. Yet another DA change?
I have some identical servers where I haven't updated, the file "/etc/httpd/conf/ssl.crt/server.ca" still exists on those.
On the server I've updated, I see this:
That shows server.ca has been updated today and blanked out. Why?!
I've rebuilt Apache twice and it's now blank every time. Please advise because I need this server up FAST.
Code:
Apr 15 14:21:24 ***.co.uk systemd[1]: Starting The Apache HTTP Server...
Apr 15 14:21:24 ***.co.uk httpd[25251]: AH00526: Syntax error on line 136 of /etc/httpd/conf/extra/httpd-ssl.conf:
Apr 15 14:21:24 ***.co.uk httpd[25251]: SSLCACertificateFile: file '/etc/httpd/conf/ssl.crt/server.ca' does not exist or is empty
Apr 15 14:21:24 ***.co.uk systemd[1]: httpd.service: main process exited, code=exited, status=1/FAILURE
Apr 15 14:21:24 ***.co.uk systemd[1]: Failed to start The Apache HTTP Server.
Apr 15 14:21:24 ***.co.uk systemd[1]: Unit httpd.service entered failed state.
Apr 15 14:21:24 ***.co.uk systemd[1]: httpd.service failed.
I have some identical servers where I haven't updated, the file "/etc/httpd/conf/ssl.crt/server.ca" still exists on those.
On the server I've updated, I see this:
Code:
[/etc/httpd/conf/ssl.crt]> ls -la
total 20
drwxr-xr-x. 2 root root 4096 Apr 15 14:14 .
drwx--x---. 6 root root 4096 Apr 15 14:14 ..
-rw------- 1 root root 769 Apr 15 14:14 dhparams.pem
-rw------- 1 root root 0 Apr 15 14:14 server.ca
-rw------- 1 root root 1021 Apr 15 14:14 server.crt
-rw------- 1 root root 1021 Apr 15 13:48 server.crt.backup
-rw------- 1 root root 0 Apr 15 14:14 server.crt.combined
That shows server.ca has been updated today and blanked out. Why?!
I've rebuilt Apache twice and it's now blank every time. Please advise because I need this server up FAST.