Thanks
"Connection refused" means that your apache service is not bound to port TCP/80, it's down, or your routing send HTTP traffic to another host where apache is not installed.
Check if apache httpd is up and running, check if it's working on port 80 and also check your routing.
had to reset the router for some reason.
everything rocks !
Sent: Wednesday, May 05, 2021 at 9:34 AM
From: "Dino Ciuffetti" <[email protected]>
To: [email protected]
Subject: Re: [users@httpd] port 80 curl connection refused.
From: "Dino Ciuffetti" <[email protected]>
To: [email protected]
Subject: Re: [users@httpd] port 80 curl connection refused.
curl http://123.456.7.543 (example ip address)
curl: (7) Failed to connect to 123.456.7.543 port 80: Connection refused
"Connection refused" means that your apache service is not bound to port TCP/80, it's down, or your routing send HTTP traffic to another host where apache is not installed.
Check if apache httpd is up and running, check if it's working on port 80 and also check your routing.
