Apache VHOST cannot connect, A record points to public IPv4 (grey cloud DNS only)

Apache VHOST cannot connect, A record points to public IPv4 (grey cloud DNS only)

Connection refused - VHOST is on 127.0.0.102:80 so not sure why browser goes to https
When I go to the vhost IP, the website comes up. Node.js app.

{
“GET”: {
“scheme”: “https”,
“host”: “theircynthia.com”,
“filename”: “/”
}
}

Please, help…

ALSO my reverse proxy settings in the VHOST are:
<Proxy *>
Order deny,allow
Allow from all

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.