Administration Console Online Help

Previous Next Open TOC in new window
Content starts here

Configure HTTP for a virtual host


To configure HTTP for a virtual host:

  1. If you have not already done so, in the Change Center of the Administration Console, click Lock & Edit (see Use the Change Center).
  2. In the left pane of the Console, expand Environment and select Virtual Hosts.
  3. On the Virtual Hosts page, select the instance you want to configure.

    If the table is empty, refer to Configure general virtual host properties.

  4. Select Configuration > HTTP and update as needed:
    1. Post Timeout - Amount of time the server instance waits between receiving HTTP POST data before timing out.
    2. Max Post Time - Maximum time allowed for reading HTTP Post data in a servlet request.
    3. Max Post Size - Maximum post size allowed when reading HTTP Post data in a servlet request.
    4. Enables Keepalives - Indicates if there is a persistent connection to the server.
    5. Duration - Amount of time the server waits before closing an inactive HTTP connection.
    6. HTTPS Duration - Amount of time the server waits before closing an inactive HTTPS connection.
    7. Accept Context Path in Get Real Path - Indicates if the server instance allows inclusion of the context path in the virtual path.

    For more information on general destination attributes, see Configuration Options.

  5. Click Save.
  6. To activate these changes, in the Change Center of the Administration Console, click Activate Changes.
    Not all changes take effect immediately—some require a restart (see Use the Change Center).

Back to Top