LiteSpeed Web Server Users' Manual

Version 4.2 Rev. 5

Virtual Host Templates

Virtual host templates make it easy to create many new virtual hosts with similar configurations. Each template contains a template configuration file, a list of mapped listeners, and a list of member virtual hosts. To add a template-based virtual host, the administrator only needs to add a member with a unique virtual host name and a qualified domain name to the template member list. Lister-to-virtual host mapping will be added automatically for all listeners in the template's mapped listener list. Later on, if you need to customize the configuration for a particular virtual host, just "instantiate" that member virtual host and a standalone virtual host configuration will be created automatically. Even when setting up a customized virtual host, a template can still be a convenient starting point.

Table of Contents

General

Name | Template File | Mapped Listeners | 

Member Virtual Hosts

Name | Domain | Aliases | Member Virtual Host Root | 

Template Settings

Default Virtual Host Root | File Name Used In Template | 

NameGo to top
Description: A unique name for the template.
Template FileGo to top
Description: Specifies the path to the configuration file of this template. File must locate within $SERVER_ROOT/conf/templates/ with a ".xml" file name. If the file you designate does not exist, after you try to save the template and error will appear with the link "CLICK TO CREATE". This link will generate a new empty template file. When you delete the template, the entry will be removed from your configurations, but the actual template config file will not be deleted.
Syntax: path
Mapped ListenersGo to top
Description: Specifies the names of all listeners that this template maps to. A listener-to-virtual host mapping for this template's member virtual hosts will be added to the listeners specified in this field. This mapping will map listeners to virtual hosts based on the domain names and aliases stipulated in the member virtual hosts' individual configurations.
Syntax: comma-separated list
NameGo to top
Description: A unique name for this virtual host. This name must be unique among all template member virtual hosts and standalone virtual hosts. Inside a directory path configuration, this name can be referenced by the variable $VH_NAME. If a standalone virtual host with the same name is also configured, then the member virtual host configuration will be ignored.
DomainGo to top
Description: Specifies the main domain name for this member virtual host. If left blank, the virtual host name will be used. This should be a fully qualified domain name, but you can use an IP address as well. It is recommended to append : for web sites not on port 80. For configurations containing domain names, this domain can be referenced with variable $VH_DOMAIN. This domain name will be used in the following situations:
  1. To match the hostname in the Host header when processing a request.
  2. To populate the domain name configurations for add-ons like FrontPage or AWstats.
  3. To configure listener-to-virtual host mappings based on the virtual host template.
Syntax: domain name
AliasesGo to top
Description: Specifies alternate names for the virtual host. All possible hostnames and IP addresses should be added to this list. The wildcard characters * and ? are allowed in the name. Append : for web sites not on port 80. Aliases will be used in the following situations:
  1. To match the hostname in the Host header when processing a request.
  2. To populate domain name/alias configurations for add-ons like FrontPage or AWstats.
  3. To configure listener-to-virtual host mappings based on the virtual host template.
Syntax: Comma-separated list of domain names.
Member Virtual Host RootGo to top
Description: Specifies the root directory of this virtual host. If left blank, the default virtual host root for this template will be used. Note: This is NOT the document root. It is recommended to place all files related to the virtual host (like virtual host configuration, log files, html files, CGI scripts, etc.) under this directory. Virtual host root can be referred to as $VH_ROOT.
Syntax: path
Default Virtual Host RootGo to top
Description: Specifies the default root directory for member virtual hosts using this template. Variable $VH_NAME must appear in the path. This will allow each member template to be automatically assigned a separate root directory based on its name.
Syntax: path
File Name Used In TemplateGo to top
Description: Specifies a path for the file to be used for member virtual hosts. Variable $VH_NAME or $VH_ROOT must appear in the path so each member virtual host will have its own file.
Syntax: string