I currently have 2 Ubuntu 12.04 servers which are load balanced. If I go to anyone on them from the shell and type:
wget stackoverflow.com
The page is fetched into index.html
. However, assuming the site hosted on those servers is called mysite.com
, calling
wget mysite.com
I get:
Resolving mysite.com (mysite.com)... 50.XXX.YY.ZZZ
Connecting to mysite.com (mysite.com)|50.XXX.YY.ZZZ|:80... failed: Connection refused.
where 50.XXX.YY.ZZZ
is the public IP of mysite.com
. Any ideas what is wrong on those servers?