Sun
ONE Active Server Pages Product Home Page Developer Site Version
 

ContentsPreviousNextIndex



[virtual hosts]


(Optional) The [virtual hosts] keyword defines a section in which to configure the ASP Server to work with virtual hosts or virtual servers. For more information, see Defining Applications on UNIX, Enabling ASP for a Virtual Host, and Defining Applications in a Shared Environment.

Parameter
Explanation
allow_all (yes/no)
(optional)
If allow_all=no, then ASP functionality is only enabled for the virtual host defined later in the [virtual hosts] section. If this attribute is omitted (or if allow_all=yes), ASP is enabled for all virtual hosts defined in the Web server configuration file.
hostID(s)
(optional)
This setting is a line-delimited list of hostnames that identify which virtual hosts or virtual servers are allowed to handle requests for ASP pages. This attribute becomes active if allow_all=no. If allow_all=no and no hostIDs are provided, ASP functionality is disabled for all virtual hosts.



ContentsPreviousNextIndex