Incorrect Index being shown, not directadmins default

Rainner

Verified User
Joined
Apr 12, 2005
Messages
42
Location
NC
Hello,

I have 1 box and a couple domains on it. I added another domain and assigned a static ip to it. I am using the name servers created on the box that work for the first 2 domains.

When I go to the domain www.harvestsupplies.com it doesn't pull up the index.html in the public_html folder for the usr that directadmin installs, instead it pulls up the Apache Web Server Page stating it's been successfully installed.

I go into the customers dir '/home/harvest/public_html' and the index.html from directadmin is there that should be showing but doesn't, only the default apache page.

I'm scratching my head for 2 days trying to find it. any ideas?

Thank you

George
 
Is the DNS resolving to the static IP#?

What happens when you type the static IP# into the browser this way:

http://aa.bb.cc.dd

where the letters are replaced by the static IP#?

Jeff
 
Check DNS / Name servers for the domain. When I do a whois for the domain the Name Servers show
Code:
ns1.breakawayradio.com
ns2.breakawayradio.com
But when I do a Dig / NS Lookup for the domain I see different Name Server info
Code:
; <<>> DiG 9.2.2 <<>> harvestsupplies.com soa
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 64877
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 1

;; QUESTION SECTION:
;harvestsupplies.com.		IN	SOA

;; ANSWER SECTION:
harvestsupplies.com.	14400	IN	SOA	ns1.spin-stream.com. root.harvestsupplies.com. 2005113000 7200 3600 1209600 86400

;; AUTHORITY SECTION:
harvestsupplies.com.	12994	IN	NS	ns1.spin-stream.com.
harvestsupplies.com.	12994	IN	NS	ns3.bocacom.net.

;; ADDITIONAL SECTION:
ns3.bocacom.net.	140097	IN	A	199.237.48.5

;; Query time: 159 msec
The name servers should match on a whois and in DNS.
 
jlasman said:
DNS is reporting 198.87.83.242 for www.harvestsupplies.com.

That's not the IP# assigned to the site.

Fix the DNS; see rocketcity's post for ideas.

Jeff


The ip showing on the DIG 198.87.83.242 is another server I first put this domain on. This domain has been deleted off that server for over a week. I doubled checked this server for all domains, and DNS Adminstration and it does not show anywhere.

I go into the current server we put this domain on a week ago, and look at the DNS records through DNS Administration, and there is only referance to the current server, static ip, and proper name server. Everything points to the proper IP and no referance to the 198.98.93.242 that we see in DIG.

I have absolutely no clue why DIG would show old information or where else it could be store.

Thanks

George
 
Rainner

The ip showing on the DIG 198.87.83.242 is another server I first put this domain on. This domain has been deleted off that server for over a week. I doubled checked this server for all domains, and DNS Adminstration and it does not show anywhere.

Here is what I get when I query both names servers listed in my previous post. (Name Servers listed with Network Solutions "Whois")
Code:
server ns1.breakawayradio.com
Default server: ns1.breakawayradio.com
Address: 72.35.74.217#53
> harvestsupplies.com
Server:         ns1.breakawayradio.com
Address:        72.35.74.217#53

Name:   harvestsupplies.com
Address: 72.35.74.220
(Name server gotten from Dig)

Code:
> server ns1.spin-stream.com
Default server: ns1.spin-stream.com
Address: 198.87.83.242#53
> harvestsupplies.com
Server:         ns1.spin-stream.com
Address:        198.87.83.242#53

Name:   harvestsupplies.com
Address: 198.87.83.242
Some where on ns1.spin-stream.com "harvestsupplies.com" is still listed. Go back and re-check this again. I got this info by using "nslookup" (old fashion way) and running a query against the actual name server. Make sure that you have it removed from cache also. There is a DNS record on ns1.spin-stream.com, otherwise I would not have gotten that response from it.
 
Back
Top