Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

apache and dynamic dns

Status
Not open for further replies.

slyman24

Programmer
Mar 29, 2005
1
US
I have apache running on my server and was wondering how i can set up apache to use a domain like example.com even if i don't have it registered. I have been told it is possible to do as long as someone doesn't have the name registered, but i can't figure it out. If anyone can give me tips or tell me how it may work; or even if its not possible at all that would be great.
Thanks
 
slyman24,

how i can set up apache to use a domain like example.com even if i don't have it registered?

You have two options.

The first is that (if you have configured your Apache server correctly) your Apache server can be accessed by its publicly routable IP address. Your server will only be reachable by its IP address, but this requires no extra steps.

The second is to set up DNS, so that your Apache server can be accessed by host name. In order to do this you must a) register a domain name and b) set up DNS records so that client computers can connect to your server.

There are some very affordable DNS solutions out there. I use GoDaddy for my domain registrar, and ZoneEdit for DNS hosting. The total annual cost is US$8.10.

Wishdiak
A+, Network+, Security+, MCSA: Security 2003
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top