This page lists all defined virtual hosts. From here you can add/delete a virtual host or make changes to an existing one. Before you add a virtual host, make sure the virtual host root directory exists.
Follow Symbolic Link | Enable Script | Restrained | ExtApp Set UID Mode | ExtApp Chroot Mode | ExtApp Chroot Path |
Static Requests/Second | Dynamic Requests/Second | Outbound Bandwidth (bytes/sec) | Inbound Bandwidth (bytes/sec) |
Description A unique name for a virtual host. It is recommended to use the virtual host's domain name as the Virtual Host Name. Virtual Host Name can be referred to using the variable $VH_NAME. |
Description Specifies the root directory of the virtual host. Note: This is NOT the document root. It is recommended to place all files related to the virtual host (like log files, html files, CGI scripts, etc.) under this directory. Virtual Host Root can be referred to using the variable $VH_ROOT. |
Syntax An absolute path or a relative path to $SERVER_ROOT. |
Tips [Performance] Place different virtual hosts on different hard drives. |
Description The configuration filename and directory for this virtual host. The configuration file must be under the $SERVER_ROOT/conf/vhosts/ directory. |
Syntax Filename which can be an absolute path or a relative path to $SERVER_ROOT. |
Tips $SERVER_ROOT/conf/vhosts/$VH_NAME/vhconf.conf is recommended |
Description Specifies the maximum requests that can be served through a keep-alive (persistent) connection. Connections will be closed once this limit is reached. You can specify a different limit for each virtual hosts. This number cannot exceed the server-level Max Keep-Alive Requests limit. |
Syntax Integer number |
Tips [Performance] Set to a reasonably high value. A value of "1" or less will disable keep-alive connections. |
See Also |
Description Specifies whether to turn on Smart Keep-Alive for this virtual host. This option is only effective if Smart Keep-Alive is enabled at the server level and Max Keep-Alive Requests is greater than 1. |
Syntax Select from radio box |
Tips [Performance] Enable this for busy web sites. |
Description Specifies whether to follow symbolic links in this virtual host. IF OWNER MATCH option will follow a symbolic link only if it has the same ownership. This setting overrides the default server-level setting. |
Syntax Select from drop down list |
Tips [Performance & security] For better security, disable this feature. For better performance, enable it. |
Description Specifies whether scripting (non-static pages) is allowed in this virtual host. If disabled, CGI, FastCGI, LSAPI, Servlet engines and other scripting languages will not be allowed in this virtual host. Therefore, if you want to use a script handler, you need to enable it here as well. |
Syntax Select from radio box |
Description Specifies whether files beyond this virtual host root($VH_ROOT) can be accessed though this web site. If set to Yes, only files under $VH_ROOT can be accessed and access to symbolic links or context pointing to files or directories beyond $VH_ROOT will be denied. This, however, does not limit the accessibility of CGI scripts. This is useful in the shared hosting environment. Follow Symbolic Link can be set to Yes to allow users to use symbolic links under $VH_ROOT, but not anything beyond $VH_ROOT. |
Syntax Select from radio box |
Tips [Security] Turn it on in the shared hosting environment. |
Description Specifies how user ID is set for an external application process. Three choices are available:
|
Syntax Select from drop down list |
Tips [Security] In the shared hosting environment, it is recommended to use the CGI File UID or Doc Root UID modes to prevent files owned by one virtual host from being accessed by the external application scripts of another virtual host. |
Description Specifies how the root directory is set for an external application process. In order to protect confidential system data files from being accessed by a vulnerable external application script, an alternative root path can be set for the external application process so that files beyond the new root directory become inaccessible. This is referred to as a "chroot jail".
|
Syntax Select from drop down list |
Tips If used properly, chroot will greatly enhance the security of external application scripts, but you must make sure the external application script is functional in the limited chroot jail environment. |
Description Specifies a new root directory for the current host's external application scripts when ExtApp Chroot Mode is set to Customized Chroot Path. |
Syntax Absolute path |
Description Specifies the maximum number of requests to static content coming from a single IP address that can be processed in a single second regardless of the number of connections established. |
Syntax Integer number |
Tips [Security] Trusted IPs or sub-networks are not affected. |
See Also |
Description Specifies the maximum number of requests to dynamically generated content coming from a single IP address that can be processed in each second regardless of the number of connections established. When this limit is reached, all future requests to dynamic content are tar-pitted until the next second. |
Syntax Integer number |
Tips [Security] Trusted IPs or sub-networks are not restrained by this limit. |
See Also |
Description The maximum allowed outgoing throughput to a single IP address, regardless of the number of connections established. The real bandwidth may end up being slightly higher than this setting for efficiency reasons. Bandwidth is allocated in 4KB units. Set to 0 to disable throttling. Per-client bandwidth limits (bytes/sec) can be set at the server or virtual host level where virtual host level settings override server level settings. |
Syntax Integer number |
Tips [Performance] Set the bandwidth in 8KB units for better performance. |
See Also |
Description The maximum allowed incoming throughput from a single IP address, regardless of the number of connections established. The real bandwidth may end up being slightly higher than this setting for efficiency reasons. Bandwidth is allocated in 1KB units. Set to 0 to disable throttling. Per-client bandwidth limits (bytes/sec) can be set at the server or virtual host level where virtual host level settings override server level settings. |
Syntax Integer number |
Tips [Security] Trusted IPs or sub-networks are not affected. |
See Also |