curl makes a site work externally once run locally (apache)
- by Kyle_at_NU
Currently when I visit mysite.mydomain.com external to the local network I get in the browser:
This is the default web page for this server.
Nothing to see here.
This is not even the "It Work's" Apache page.
Then if locally (Apache2 on Ubuntu Server 12.04 with curl installed ) type:
curl mysite.mydomain.com
I get the site I expect. Then the next time i visit the page externally I get the correct site.
Has anyone seen this before? Tips/Suggestions?