OSX DNS/Web Server

Alex

Registered
Hi!

I've been running OSX since beta, but I haven't found one thing... How Can I run a website with it... Now now, I want to be able to attatch a Domain Name to it..

So I am guessing I need to get some sort of DNS program?

What do you suggest?

-Alex
 
There are a couple steps you must take to get a website up and running. First, you need to register for a Domain Name, if you have not already. This can take a few days, so do it early. Even this takes a number of steps.

Second, you'll need a fixed IP address. Depending on what your application is, this can either be on your intranet, or on the internet. If you want the whole world to access your server, it has to be on the internet, and not behind some Cable/DSL router using IP masquerading.

third, you'll need someone to provide DNS for you. You can do this your self (though I'm not 100% sure if DNS & Bind are implemented in the 'standard' way on OS X), or through your ISP. It's always a good idea to have a backup DNS server (a 'secondary'). So you could use your machine as primary, and your ISP as secondary.

Lots of these things require that you register them through Network Solutions, or another Internet Registry.
- YOU need to be registered, first of all. They need some way to contact you for various issues about your domain.
- Your DOMAIN needs to be registered. Here, you tell the registry what your site is, who is responsible, and what server is the authoritative DNS server.
- Your DNS SERVER must be registered, if you maintain your own. This needs to have it's own IP address (though it can be the same as the web server).

Getting the actual Apache server up & running on your Mac is the easy part. At least for a standard implementation. If you want to run multiple websites, that's another matter, and requires knowledge of teh administration & configuration of Apache and Mac OS X.

Hope this helps!
 
For the traditional website you really need a static IP and then register a domain name and have it tied to that IP. (See other reply.)

I wanted to offer an alternative in case you are only looking to set up a recreational website. I run a website from my DHCP connection by using a dynamic IP service (link) and a program that periodically uploads my IP address to that site (link).

If you have a constant conection to the internet, like with cable or DSL, (and a tight budget!) this is a great solution. I wouldn't want to trust a commercial site to dynamic IP hosting. But if you are looking to play around or set up a site for your friends and don't want to spend any money, you can get a free domain name and not pay extra for the static IP.

Lance
 
Register a domain with any registrar.
Go to zoneedit.com and they will habdle your DNS for free.
 
Back
Top