Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Clueless and desperate

0 views
Skip to first unread message

Brand-X

unread,
Oct 17, 2003, 2:18:45 AM10/17/03
to
I have been trying to configure Apache and my dns so that queries to a
domain name I own come to my server. I have been battling with it for a
while and seem to be making absolutely no progress. I have registered with
everydns and set up an account for my domain name, I put A as the type and
my IP number as the value. I'm wondering how I set up BIND and Apache at
my end to pick up queries to this domain name.

I'm running Lunux RedHat 9 with Apache 2.something

I'd really appreciate some advice.

Cheers,

Adam

Davide Bianchi

unread,
Oct 17, 2003, 2:57:40 AM10/17/03
to
Brand-X <bunny...@nospamhotmail.com> wrote:
> my IP number as the value. I'm wondering how I set up BIND and Apache at
> my end to pick up queries to this domain name.

If you have an external DNS service, you don't need YOUR OWN DNS
server, unless you registered your machine as primary DNS for your
domain. For the rest, just have Apache listening on every IP and
that's it. Unless you want to run multiple domains on the same
machine, in this case you have to configure virtual hosts.

For recap: you don't need to configure Bind if you don't want.

Davide

Gregory Toomey

unread,
Oct 18, 2003, 12:20:46 AM10/18/03
to
It was a dark and stormy night, and Brand-X managed to scribble:

You ALREADY have a DNS server for the domain/IP address - you are using easydns. DNS can take 3 days or even lonmger to propagate thru the network.

Is the IP number correct? Check with your ISP

From your server run the following:
ping 999.999.999.999 (your IP address - should be an immediate response)
ping yourdomain.com (your domain - should be an immediate response)
dig yourdomain.com (should show the right name servers, IP addresses, etc)


If you can't get it working post the results of these 3 commands.

gtoomey


0 new messages