« Previous Next »

Answered Thread: Is it the right way to host a site?

Last post 12-30-2008 5:19 AM by rajoo_sh. 2 replies.

Average Rating Rate It (5)

RSS

Page 1 of 1 (3 items)

Sort Posts:

  • 12-30-2008, 4:36 AM

    • rajoo_sh
    • Not Ranked
    • Joined on 01-17-2005, 1:08 AM
    • Posts 2

    Is it the right way to host a site?

     

    I want to setup multiple websites (name based virtual hosting) with one IP on my server:

    Server Configuration
    OS: Windows SBS 2003 SP2
    Web Server: IIS 6.0
    It is a Domain Controller
    It has one public IP


    1. Get the DNS Server registered and then this can be set as DNS server of the domain names. Can it be the webserver machine itself?

    2. Create a Forward lookup DNS zone xyz.com
    a) Create an A record (Same as parent), so it will be pointing to xyz.com
    b) Create an Alias (CNAME) www

    3. Register a domain xyz.com through a service provider and NS point to the server's IP or FQDN.

    4. Create a website with host header value i.e. xyz.com

    Question 1. Please tell me if this is the way I can host websites on my own server?


    Question 2. If first and second steps are missing and in my network connection settings, I specify x.x.x.x my Primary and only DNS server (on my workstation, a windows XP machine), will it work? Assume no firewall installed, nothing is blocked at present.

    At present the name resolution is not working from a remote machine, on the server itself, it works fine
  • 12-30-2008, 4:46 AM In reply to

    Answered Re: Is it the right way to host a site?

    It is not recommended to host Websites on Domain controller. You might want to consider hosting sites on another member server.

    You don't have to setup anything on Internal DNS for External clients. Just ensure that the Domain name for the website points to the IP address of Web Server on ISP NS server.

    For internal - Based how users(clients) are going to access the website (with Netbios name or FQDN) - Just add a A Record in Internal DNS server.

    HTH.

    ~ Ganesh

  • 12-30-2008, 5:19 AM In reply to

    • rajoo_sh
    • Not Ranked
    • Joined on 01-17-2005, 1:08 AM
    • Posts 2

    Re: Is it the right way to host a site?

     Hi Ganesh,

     Thanks for the prompt reply. Ok, I got it, for external access, I'll just change the A record pointing to this server, and create a host header to serve the right content.

     Regards,

    Rajeev

Page 1 of 1 (3 items)