Thanks
had to reset the router for some reason.
everything rocks !
 
Sent: Wednesday, May 05, 2021 at 9:34 AM
From: "Dino Ciuffetti" <d...@tuxweb.it>
To: users@httpd.apache.org
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.
--------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to