User guide

Chapter 9: How to Use SSL with Interstage HTTP Server
9-32
<VirtualHost>
Name
<VirtualHost>
Synopsis
<VirtualHost> address[:port]> ... </VirtualHost>
Description
Sets up a virtual host.
The following are specified for the address.
The IP address of the virtual host
A fully qualified domain name for the IP address of the virtual host.
When the address is not specified, a special name "< VirtualHost _default_>" can be specified.
The port number that a virtual host uses is specified for the port. When all the port numbers are targeted,
"*" is specified.
Context
Global context
Default value
none