Hi ...
My apache2 server was working perfectly and then it stopped. I can connect on port 80
but not on port 443.
Server version: Apache/2.4.18 (Ubuntu)
Server built: 2019-04-03T13:34:47
--------------------------Good
---------------------------------Good
$ telnet localhost 443
---------------------------Bad
Nothing happens. I've turned on "debug" LogLevel in the ajp-policy-ssl.conf virtual host
file. No log messages of any kind.
How do I get logging of the actual connection process? I've turned on debug LogLevel in
every conf file I can find and I'm still getting nothing.
I have ufw set to allow https. But it doesn't matter if I turn it off. No difference.
My virtual host file:
<IfModule mod_ssl.c>
<VirtualHost *:443>
ServerName
ajp.geoffrussell.com.au ServerAdmin webmaster@localhost
...