Welcome to MobyThreads.com!
FAQFAQ   SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in
All support for the MobyThreads Threaded phpBB MOD can now be found on welsolutions at this forum

DNS or Apache?

 
   Web Hosting and Web Master Forums (Home) -> Apache RSS
Related Topics:
Apache Log IP Via - Hi to all, i have an apache external and more apache internal. On external Apache I set more and with mod_proxy talk with all internal apache. For example: On ProxyPass / /..

Apache og ASP ? - Hello Can anyone here explain to me, if it is in Apache .conf file or somewhere in Sun One ASP I should configure the so my users cannot see anything but there own directory on the Apache server ? The situation is as

apache 2 and php on mac - what lines do i need in the httpd and what files or other do i need to get it in. macosx 10.3.5 and have switched to a fink so that may involve some heavy dancing. jimt

ASP.Net under Apache - Is there a module for Apache that allows the running of ASP.Net? Perhaps uses Mono?

apache not doing any PHP. - Hi I'm running Apache 1.3 with mod_php4 on a suse 9.0 box. However when a client tries to open a the file download dialog opens instead of showing the contents of the page. The PHP Module seems to be loaded my has the..
Next:  Sym Links  
Author Message
me

External


Since: Oct 15, 2007
Posts: 2



(Msg. 1) Posted: Mon Oct 15, 2007 11:58 am
Post subject: DNS or Apache?
Archived from groups: alt>apache>configuration (more info?)

I want both with and without the www to work.

I tried:

ServerName www.domain.com
ServerAlias domain.com

www.domain.com works but not domain.com.

Am i right in thinking this is a dns issue and not apache?

 >> Stay informed about: DNS or Apache? 
Back to top
Login to vote
Jim Hayter

External


Since: Feb 07, 2005
Posts: 81



(Msg. 2) Posted: Mon Oct 15, 2007 11:58 am
Post subject: Re: DNS or Apache? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

voutesfloir.RemoveThis@hotmail.com wrote:
> I want both with and without the www to work.
>
> I tried:
>
> ServerName www.domain.com
> ServerAlias domain.com
>
> www.domain.com works but not domain.com.
>
> Am i right in thinking this is a dns issue and not apache?
>
>

Yes. Make sure both names resolve to the same IP address.

 >> Stay informed about: DNS or Apache? 
Back to top
Login to vote
Hans van Zijst

External


Since: Oct 15, 2007
Posts: 12



(Msg. 3) Posted: Mon Oct 15, 2007 11:58 am
Post subject: Re: DNS or Apache? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hi,

Sounds like a DNS problem indeed. Check if there is an A record for
domain.com. If there isn't, your browser can never send its request to
the server.

Regards,

Hans


voutesfloir.RemoveThis@hotmail.com wrote:
> I want both with and without the www to work.
>
> I tried:
>
> ServerName www.domain.com
> ServerAlias domain.com
>
> www.domain.com works but not domain.com.
>
> Am i right in thinking this is a dns issue and not apache?
>
>
 >> Stay informed about: DNS or Apache? 
Back to top
Login to vote
me

External


Since: Oct 15, 2007
Posts: 2



(Msg. 4) Posted: Mon Oct 15, 2007 12:57 pm
Post subject: Re: DNS or Apache? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"Hans van Zijst" <hzi RemoveThis @syncera.nl> wrote in message
news:47138594$0$22365$bf4948fe@news.tele2.nl...
> Hi,
>
> Sounds like a DNS problem indeed. Check if there is an A record for
> domain.com. If there isn't, your browser can never send its request to
> the server.
>
> Regards,
>
> Hans

Is there a lookup way online to check if domain.com has a A record?. Im
guessing not and i have to contact my isp?
 >> Stay informed about: DNS or Apache? 
Back to top
Login to vote
Jim Hayter

External


Since: Feb 07, 2005
Posts: 81



(Msg. 5) Posted: Mon Oct 15, 2007 12:57 pm
Post subject: Re: DNS or Apache? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

voutesfloir.DeleteThis@hotmail.com wrote:
> "Hans van Zijst" <hzi.DeleteThis@syncera.nl> wrote in message
> news:47138594$0$22365$bf4948fe@news.tele2.nl...
>> Hi,
>>
>> Sounds like a DNS problem indeed. Check if there is an A record for
>> domain.com. If there isn't, your browser can never send its request to
>> the server.
>>
>> Regards,
>>
>> Hans
>
> Is there a lookup way online to check if domain.com has a A record?. Im
> guessing not and i have to contact my isp?
>
>

You appear to be using windows. The following tools should tell you
what IP address a name resolves to:
nslookup <name>
tracert <name>
ping -a <name>
 >> Stay informed about: DNS or Apache? 
Back to top
Login to vote
Hans van Zijst

External


Since: Oct 15, 2007
Posts: 12



(Msg. 6) Posted: Mon Oct 15, 2007 12:57 pm
Post subject: Re: DNS or Apache? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

You can check it locally. On Windows you should type (from a DOS box)
something like:

"nslookup domain.com"

On Linux (and probably most other UNIX-like OSes) you should be able to use:

"dig -t any domain.com"

If it resolves to an IP, check if it's the same IP as www.domain.com. If
it doesn't resolve, you found the problem.




voutesfloir.RemoveThis@hotmail.com wrote:
>
> Is there a lookup way online to check if domain.com has a A record?. Im
> guessing not and i have to contact my isp?
>
>
 >> Stay informed about: DNS or Apache? 
Back to top
Login to vote
Charles Crume

External


Since: Oct 07, 2005
Posts: 24



(Msg. 7) Posted: Tue Oct 16, 2007 1:25 am
Post subject: Re: DNS or Apache? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hi;

I run my own webserver and have my domain names registered with
www.mydomain.com. They allow you to set-up and manage your own DNS records.
AFAIK, you must create both an A record and a CNAME record, as follows:

YourDomainName.com A 102.55.34.243 (your actual IP address)
www.YourDomainName.com CNAME 102.55.34.243

See these links for some details:

https://secure.registerapi.com/KM/KnowledgeBase/script_view_document.p...data_id

https://secure.registerapi.com/KM/KnowledgeBase/script_view_document.p...data_id

HTH.

Charles...

BTW, I do recommend www.mydomain.com for registering and managing your
domain names. Have been with them for years -- great prices and great
service (usually). They have a phone number, answer it in a reasonable
period of time, and have a *real* person you can talk to (although,
unfortunately, the last guy I spoke with was pretty much worthless in
helping me login to their site after installing spybot v1.5 -- had to bang
my head on the wall for a day or two).




"voutesfloir@hotmail.com" <me.RemoveThis@privacy.net> wrote in message
news:13h6vt69to9nv56@corp.supernews.com...
>I want both with and without the www to work.
>
> I tried:
>
> ServerName www.domain.com
> ServerAlias domain.com
>
> www.domain.com works but not domain.com.
>
> Am i right in thinking this is a dns issue and not apache?
>
 >> Stay informed about: DNS or Apache? 
Back to top
Login to vote
HansH

External


Since: Dec 08, 2006
Posts: 112



(Msg. 8) Posted: Tue Oct 16, 2007 9:25 am
Post subject: Re: DNS or Apache? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"Charles Crume" <NOccsSPAM.DeleteThis@charlescrumesoftware.com> schreef in bericht
news:47145262$0$20631$4c368faf@roadrunner.com...
> "voutesfloir@hotmail.com" <me.DeleteThis@privacy.net> wrote in message
> news:13h6vt69to9nv56@corp.supernews.com...
>>I want both with and without the www to work.
>>
>> I tried:
>>
>> ServerName www.domain.com
>> ServerAlias domain.com
>>
>> www.domain.com works but not domain.com.
>>
>> Am i right in thinking this is a dns issue and not apache?
>
> I run my own webserver and have my domain names registered with
> www.mydomain.com. They allow you to set-up and manage your own DNS
> records. AFAIK, you must create both an A record and a CNAME record, as
> follows:
>
> YourDomainName.com A 102.55.34.243 (your actual IP address)
> www.YourDomainName.com CNAME 102.55.34.243
The righthand of a CNAME must NAME another resolvable host name alike
www.YourDomainName.com. CNAME YourDomainName.com.


> See these links for some details:
> https://secure.registerapi.com/KM/KnowledgeBase/script_view_document.p...data_id
> https://secure.registerapi.com/KM/KnowledgeBase/script_view_document.p...data_id
Neither is available

HansH
 >> Stay informed about: DNS or Apache? 
Back to top
Login to vote
Charles Crume

External


Since: Oct 07, 2005
Posts: 24



(Msg. 9) Posted: Tue Oct 16, 2007 4:21 pm
Post subject: Re: DNS or Apache? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"HansH" <hansh.RemoveThis@invalid.invalid> wrote in message
news:471467fe$0$226$e4fe514c@news.xs4all.nl...
> "Charles Crume" <NOccsSPAM.RemoveThis@charlescrumesoftware.com> schreef in bericht
> news:47145262$0$20631$4c368faf@roadrunner.com...
>> "voutesfloir@hotmail.com" <me.RemoveThis@privacy.net> wrote in message
>> news:13h6vt69to9nv56@corp.supernews.com...
>>>I want both with and without the www to work.
>>>
>>> I tried:
>>>
>>> ServerName www.domain.com
>>> ServerAlias domain.com
>>>
>>> www.domain.com works but not domain.com.
>>>
>>> Am i right in thinking this is a dns issue and not apache?
>>
>> I run my own webserver and have my domain names registered with
>> www.mydomain.com. They allow you to set-up and manage your own DNS
>> records. AFAIK, you must create both an A record and a CNAME record, as
>> follows:
>>
>> YourDomainName.com A 102.55.34.243 (your actual IP address)
>> www.YourDomainName.com CNAME 102.55.34.243
> The righthand of a CNAME must NAME another resolvable host name alike
> www.YourDomainName.com. CNAME YourDomainName.com.
>
>
>> See these links for some details:
>> https://secure.registerapi.com/KM/KnowledgeBase/script_view_document.p...data_id
>> https://secure.registerapi.com/KM/KnowledgeBase/script_view_document.p...data_id
> Neither is available
>
> HansH
Hmmm... looks like you have to visit:

www.mydomain.com, place your mouse on the "support" link (near the upper
right hand corner), then click on "Knowledge Base" in the drop down menu.

Once the page appears, scroll down to the "Browse Our Answers By Category"
section and click on "DNS Management". It will expand to several subjects.
The ones I referred to are:

"DNS Management" (data_id = 1109 above)
"Why would I need DNS Management" (data_id = 763 above)

Let me know if this helps.

Charles...
 >> Stay informed about: DNS or Apache? 
Back to top
Login to vote
Charles Crume

External


Since: Oct 07, 2005
Posts: 24



(Msg. 10) Posted: Wed Oct 17, 2007 7:28 pm
Post subject: Re: DNS or Apache? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"Charles Crume" <NOccsSPAM.RemoveThis@charlescrumesoftware.com> wrote in message
news:47151d41$0$32496$4c368faf@roadrunner.com...
>
> "HansH" <hansh.RemoveThis@invalid.invalid> wrote in message
> news:471467fe$0$226$e4fe514c@news.xs4all.nl...
>> "Charles Crume" <NOccsSPAM.RemoveThis@charlescrumesoftware.com> schreef in bericht
>> news:47145262$0$20631$4c368faf@roadrunner.com...
>>> "voutesfloir@hotmail.com" <me.RemoveThis@privacy.net> wrote in message
>>> news:13h6vt69to9nv56@corp.supernews.com...
>>>
>>> YourDomainName.com A 102.55.34.243 (your actual IP address)
>>> www.YourDomainName.com CNAME 102.55.34.243
>> The righthand of a CNAME must NAME another resolvable host name alike
>> www.YourDomainName.com. CNAME YourDomainName.com.

Right you are. I should have used:

www.YouDomainName.com CNAME YourDomainName.com

My bad on the typo.

Charles...
 >> Stay informed about: DNS or Apache? 
Back to top
Login to vote
Display posts from previous:   
   Web Hosting and Web Master Forums (Home) -> Apache All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]