|
About subdomains Subdomains are lower-level domains hosted on a registered root domain. If subdomains are enabled for your site, you can add subdomains to name-based as well as IP-based domains. For example, if you own the root domain name yourdomain.com,
WEBppliance enables you to create subdomains
such as sales.yourdomain.com.
You do not need to register the subdomain sales.yourdomain.com,
since it is based on your registered root domain name. Users can access
it, however, by typing the subdomain URL in a browser just as they do
yourdomain.com.
Subdomains enable you to organize and position Web data and services into distinct online channels. Supporting business units, separate product lines and diverse geographies of enterprises can be effectively web-managed as subdomains. Apart from creating subdomains for a site, you can also create
subdomains for users when you add a user to the site. In this case, the
subdomain assumes the name of the user. Subdomains offer the following advantages:
Subdomains enable you to create distinct online service channels for affiliated business data and services while preserving brand association. This reinforces brand value and extends your Web presence through alternative channels of service.
Large domains can be split up into separate logical entities in alignment with your organizational setup and web-managed separately. Thus, your enterprise can have a separate yet affiliated Web presence for sales, support, human resources, and other business divisions apart from your primary Web site.
Each subdomain has its own private repository of online content resources. The subdomain folder contains all the content resources necessary for the subdomain to be accessible from a Web browser. This segregation averts content or resource violation and ensures secure management of subdomain content. The subdomain environmentSubdomains, at the file system level, are simply subfolders that contain the requisite Web content for the subdomain. All subdomains for the site are, by default, placed in the /var/www directory. For user subdomains, the subdomain directory (where content for the subdomain is uploaded) defaults to the public_html directory of the user, /home/<user name>/public_html/ where <user name> is the name of the user for which the subdomain is created. You can enable a subdomain with the following capabilities:
AliasesAliases are nicknames or alternative Web addresses that map to an existing subdomain. They are alternative access URLs that point to your subdomain. Subdomains inherit alias definitions from the parent domain. For example, if the parent domain, www.yourdomain.com, with the associated alias, www.yourdomain.org, has a subdomain, http://sales.yourdomain.com, then if enabled to inherit aliases, this subdomain can also be accessed using the alias, http://sales.yourdomain.org. CGI supportCGI scripts enable you to capture and process information dynamically. They can be used to retrieve information from a database, collect Web statistics and perform searches. CGI scripts are placed in a repository called the CGI-BIN directory. The CGI-BIN directory, by default, resides as a folder outside the subdomain folder, /cgi-bin/, or can be relocated (aliased) to a special directory located in the protective environment of the parent file system, /usr/web/cgi-bin/. CGI scriptaliasesCGI scriptaliases allow you to run CGI scripts from within the protected environment of the local file system of the domain. A scriptalias is a feature that enables you to secure the integrity of script resources from other hosts on the server. For example, if the cgi scripts for a subdomain are aliased or relocated to /usr/web/cgi-bin/, instead of the default /cgi-bin/, then a request for http://myscript/cgi-bin/search will run the script from /usr/web/cgi-bin/search instead of /cgi-bin/search. As a Site Administrator, you can:
Before creating a subdomainBefore creating a subdomain, have the following information ready.
|