DNS
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsSystem AdministrationDNS

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
Get inside! Sample the range of functionality easily built with JMSL Library for Time Series Data Analysis, Heat Maps, Portfolio Optimization, Monte Carlo Simulation, Stock Price Charting and more. Download Now!
  #1  
Old August 15th, 2003, 03:27 PM
moogman moogman is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jul 2003
Posts: 47 moogman User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 6
domain name server problems

I have a registered domain name that points toward my server Ip address. This works fine my apache server displays the pages. Here is my problem. Say you type in my address www.server.com it goes to my home page, but in the browser address field it shows my ip address instead of my domain name. Every page I go to always shows the ip address instead of domain name in the address bar. Is this something with apache that I need to change?
my domain name is registered with network solutions, and they are web forwarding it to my ip address. Is that my problem. Do I need to set up my own dns server with bind?

Reply With Quote
  #2  
Old August 15th, 2003, 04:23 PM
SilentRage's Avatar
SilentRage SilentRage is offline
DNS/BIND Guru
Dev Shed Specialist (4000 - 4499 posts)
 
Join Date: Jun 2003
Location: OH, USA
Posts: 4,193 SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level)SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level)SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level)SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level)SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level)SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level)SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level) 
Time spent in forums: 1 Week 5 Days 14 h 27 m 56 sec
Reputation Power: 77
If you'll be so kind as to let me know what domain this is so that I can test it for myself and find a problem, then I'd be glad to help you, whether it be an apache or dns problem. (most probably apache)
__________________
Send me a private message if you would like me to setup your DNS for you for a price of your choosing. This is the preferred method if your DNS needs to be fixed/setup fast and you don't have the time to bounce messages back and forth on a forum. Also, check out these links:

Whois Direct | DNS Crawler | NS Trace | Compare Free DNS Hosts

Reply With Quote
  #3  
Old August 15th, 2003, 07:18 PM
SilentRage's Avatar
SilentRage SilentRage is offline
DNS/BIND Guru
Dev Shed Specialist (4000 - 4499 posts)
 
Join Date: Jun 2003
Location: OH, USA
Posts: 4,193 SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level)SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level)SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level)SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level)SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level)SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level)SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level) 
Time spent in forums: 1 Week 5 Days 14 h 27 m 56 sec
Reputation Power: 77
moogman prefers to keep his domain private, however, just so that other people may get an idea of the reason if they should have the same problem - I have posted my results here:

I have sent a HTTP request to your domain in telnet. This is the response:

HTTP/1.1 302 Found
Date: Sat, 16 Aug 2003 00:14:09 GMT
Server: Apache/1.3.3 (Unix)
Location: http://xxx.xxx.xxx.xxx
Transfer-Encoding: chunked
Content-Type: text/html

<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML><HEAD>
<TITLE>302 Found</TITLE>
</HEAD><BODY>
<H1>Found</H1>
The document has moved <A HREF="http://xxx.xxx.xxx.xxx">here</A>.<P>
<HR>
<ADDRESS>Apache/1.3.3 Server at wf.networksolutions.net Port 80</ADDRESS>
</BODY></HTML>

As you can see, the response is redirecting me to another page. The "Location" header field tells IE what to connect to. It is in the form of an IP address, so it is an IP address that you see in the browser address bar.

Reply With Quote
  #4  
Old August 15th, 2003, 07:59 PM
moogman moogman is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jul 2003
Posts: 47 moogman User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 6
domain name server

so I assume the only way I am going to be able to correct this is by running a domain server off my box?

Reply With Quote
  #5  
Old August 15th, 2003, 08:03 PM
moogman moogman is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jul 2003
Posts: 47 moogman User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 6
domain name server

I guess after you ran that it really makes sense what it is doing.

Reply With Quote
  #6  
Old August 15th, 2003, 09:18 PM
SilentRage's Avatar
SilentRage SilentRage is offline
DNS/BIND Guru
Dev Shed Specialist (4000 - 4499 posts)
 
Join Date: Jun 2003
Location: OH, USA
Posts: 4,193 SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level)SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level)SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level)SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level)SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level)SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level)SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level) 
Time spent in forums: 1 Week 5 Days 14 h 27 m 56 sec
Reputation Power: 77
uh, yeah. The "problem" has nothing to do with dns. Whoever has control over the webserver needs to change what it redirects to. Instead of redirecting to a IP, it needs to redirect to the domain. Or not redirect at all - whatever - but it's all about the webserver.

Reply With Quote
  #7  
Old August 25th, 2003, 12:02 AM
(sic)master's Avatar
(sic)master (sic)master is offline
I'm your master now!
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jul 2002
Location: Somewhere between screaming and crying
Posts: 369 (sic)master User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 21 h 53 m 26 sec
Reputation Power: 0
I read in this forum an identical problema and the answer was to change the UseCanonicalName from on to off in your httpd.conf file, maybe you should try that and see what happens.

Reply With Quote
Reply

Viewing: Dev Shed ForumsSystem AdministrationDNS > domain name server problems


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 3 hosted by Hostway