Hello everyone, I am reposting this on new Thread.
Troy already responded and I would like to follow up on new thread
*******************
Originally Posted by cider_or
I am able to view localhost page and now I wanted to set up my website on my Apache server. I have a domaine name and IP address. where in httpd file should I make the changes so I can access my site from the outside world?
thanks
cider_or, this is a new discussion, so you should have started your own, new thread rather than tacking onto someone else's discussion. But to help you anyway...
Unless you are doing Virtual Hosting, you don't have to put your domain name in your Apache conf file, although you probably want to. You "have a domain name"...what do you mean by this? Did you register it with a service like GoDaddy or Network Solutions? Now you need a DNS server to provide the "zone" for your domain. You can setup your own DNS server, but you'd better KNOW what you are doing! You'll probably need to use a DNS service such as http://www.dyndns.org/. This allows you to associate your domain name with your public IP.
You said you "have an IP addres". Do you mean your ISP has assigned a static, public IP Address to your router? If so, great! You'll need to configure your router to send TCP port 80 traffic to your web server inside your network. Maybe you already understand this part of the equation.