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…