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
$  telnet ajp.geoffrussell.com.au 80
Trying 203.122.232.225...
Connected to geoffrussell.com.au.

---------------------------------Good
$ telnet localhost 443
Trying 127.0.0.1...
Connected to teddy.geoffrussell.com.au.

---------------------------Bad
$  telnet ajp.geoffrussell.com.au 443
Trying 203.122.232.225...

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
                ...



Cheers,
Geoff Russell

Reply via email to