Configuring Virtual Hosts for the Web Applications (SRC CLI)
Use the following configuration statements to configure virtual hosts at the [edit] hierarchy level:
- slot number application-server web virtual-host host-name
{
- alias [alias...];
- allow-address [allow-address...];
- allow-host [allow-host...];
- deny-address [deny-address...];
- deny-host [deny-host...];
- }
To configure virtual hosts for the Web applications:
- From configuration mode, access the statement
that configures the virtual host.
The hostname must be unique. You cannot specify eth0, the IP address of the eth0 interface, or the hostname of the C Series Controller as the hostname of the virtual host.
- Specify the alternate DNS names or IP addresses
for the virtual host.
The alias must be unique. You cannot specify eth0, the IP address of the eth0 interface, or the hostname of the C Series Controller as the alias of the virtual host.
- Configure access to the virtual host. Specify the IP addresses for remote clients that are allowed access to the virtual host.
- Configure access to the virtual host. Specify the hostnames for remote clients that are allowed access to the virtual host.
- Deny access to the virtual host. Specify the IP addresses for remote clients that are denied access to the virtual host.
- Deny access to the virtual host. Specify the hostnames for remote clients that are denied access to the virtual host.

