Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
A donation makes a contribution towards the costs, the time and effort that's going in this site and building.
Thank You! Steffen
Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
| |
|
Topic: V host resolves locally but not from a proxy or externally?? |
|
Author |
|
leecooper2013
Joined: 04 Oct 2014 Posts: 25 Location: uk, leicester
|
Posted: Thu 11 Dec '14 1:14 Post subject: V host resolves locally but not from a proxy or externally?? |
|
|
Hi i am hosting 2 sites www.guildwebsites.co.uk and www.aaconsolesandcomputers.co.uk . From an external source I can get www.aaconsolesandcomputers.co.uk to resolve from anywhere, but www.aaconsolesandcomputers.co.uk will only resolve locally, even though both dns records point to my ip address
Windows Hosts file is as follows
# For example:
#
# 102.54.94.97 rhino.acme.com # source server
# 38.25.63.10 x.acme.com # x client host
# localhost name resolution is handled within DNS itself.
# 127.0.0.1 localhost
# ::1 localhost
127.0.0.1 www.aacomputersandconsoles.co.uk
127.0.0.1 www.guildwebsites.co.uk
Apaache virtual host reads as follows
<VirtualHost *:80>
DocumentRoot "E:/xampp/htdocs"
ServerName localhost
</VirtualHost>
<VirtualHost *:80>
ServerAdmin lee_cooper2007@hotmail.co.uk
DocumentRoot "E:/xampp/htdocs/aacomputersandconsoles"
ServerName aacomputersandconsoles.co.uk
ServerAlias www.aacomputersandconsoles.co.uk
ErrorLog "logs/aacomputersandconsoles.co.uk-error.log"
CustomLog "logs/aacomputersandconsoles.co.uk-access.log" common
</VirtualHost>
<VirtualHost *:80>
ServerAdmin lee_cooper2007@hotmail.co.uk
DocumentRoot "E:/xampp/htdocs/guildwebsites"
ServerName guildwebsites.co.uk
ServerAlias www.guildwebsites.co.uk
ErrorLog "logs/guildwebsites.co.uk-error.log"
CustomLog "logs/guildwebsites.co.uk-access.log" common
</VirtualHost>
Index.html is located in both the referenced locvations. ANY IDEAS???? |
|
Back to top |
|
glsmith Moderator
Joined: 16 Oct 2007 Posts: 2268 Location: Sun Diego, USA
|
|
Back to top |
|
leecooper2013
Joined: 04 Oct 2014 Posts: 25 Location: uk, leicester
|
Posted: Thu 11 Dec '14 8:59 Post subject: |
|
|
I changed the www A record weeks ago.
when i check with uk-cheapest DNS Manager both www A records point to my ip address |
|
Back to top |
|
glsmith Moderator
Joined: 16 Oct 2007 Posts: 2268 Location: Sun Diego, USA
|
Posted: Thu 11 Dec '14 9:14 Post subject: |
|
|
Then I guess you need to ask them why it's not propagating. |
|
Back to top |
|
leecooper2013
Joined: 04 Oct 2014 Posts: 25 Location: uk, leicester
|
Posted: Thu 11 Dec '14 9:27 Post subject: |
|
|
thanks |
|
Back to top |
|
|
|
|
|
|