08-16-2021, 07:58 PM
If apache doesn't start, you have to look at the apache error logs for more details.
> tail /var/log/httpd/error_log
(For Redhat like distros)
Otherwise you should look at the journalctl output which could give more information.
As for this:
<security>
<protocol>https</protocol>
</security>
I recently made https the default.
> tail /var/log/httpd/error_log
(For Redhat like distros)
Otherwise you should look at the journalctl output which could give more information.
As for this:
<security>
<protocol>https</protocol>
</security>
I recently made https the default.