Results 1 to 3 of 3

Thread: Differentiate between addon domain, parked domain, subdomain and main domain...!

  1. #1
    Join Date
    Jan 2005
    Location
    Nashik,India
    Posts
    24

    Default Differentiate between addon domain, parked domain, subdomain and main domain...!

    Following are 2 entries from httpd.conf of a server :-
    =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
    <VirtualHost 147.202.32.244>
    ServerAdmin webmaster@etechsupport.net
    DocumentRoot /home/etechsup/public_html
    BytesLog domlogs/etechsupport.net-bytes_log
    User etechsup
    Group etechsup
    ServerName www.etechsupport.net
    ServerAlias etechsupport.ca www.etechsupport.ca
    User etechsup
    Group etechsup
    ServerAlias etechsupport.net www.etechsupport.net
    ServerAlias etechsupport.ca www.etechsupport.ca
    CustomLog domlogs/etechsupport.net combined
    ScriptAlias /cgi-bin/ /home/etechsup/public_html/cgi-bin/
    </VirtualHost>
    =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
    =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
    <VirtualHost 147.202.32.244>
    BytesLog domlogs/server.etechsupport.net-bytes_log
    User etechsup
    Group etechsup
    ServerName server.etechsupport.net
    ServerAlias www.server.etechsupport.net
    ServerAdmin wwwadmin@etechsupport.net
    DocumentRoot /home/etechsup/public_html/server
    CustomLog domlogs/server.etechsupport.net combined
    ScriptAlias /cgi-bin/ /home/etechsup/public_html/server/cgi-bin/
    User etechsup
    Group etechsup
    ServerAlias www.serversupport.us serversupport.us
    ServerAlias www.server.etechsupport.net server.etechsupport.net
    </VirtualHost>
    =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

    Please answer the following questions :-
    1. Which domain is addon domain ?
    2. Which domain is parked domain ?
    3. which is the subdomain in this 2 entries ?
    4. Which is the main domain in both the entries ?

  2. #2
    Join Date
    Jun 2005
    Posts
    9

    Default Reply

    Answers :=

    1:- serversupport.us is the addon domain.

    2:- etechsupport.ca and server.etechsupport.net are the parked domains

    3:- server.etechsupport.net is the subdomain in above 2 entries.

    4:- etechsupport.net is the main domain in both the entries.

    correct me if i made mistake

  3. #3
    Join Date
    Jan 2005
    Location
    Nashik,India
    Posts
    24

    Default

    Only etechsupport.ca is parked domain and server.etechsupport.net is a subdomain.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •