local-response-redirect-uri

Use one or more of this entry to define the URIs to which management page requests are redirected.

local-response-redirect-uri = URI

Description

All requests for management pages are redirected to these URIs with a query string that indicates the requested operation, along with any macros (as configured in the [local-response-macros] stanza).

We can customize this configuration item for a particular junction by adding the adjusted configuration item to a [local-response-redirect:{junction_name}] stanza, where {junction_name} refers to the junction point for a standard junction (including the leading / character) or the virtual host label for a virtual host junction.

Options

Usage: Optional

Default value None.

Example:

Example of a server-relative URI:

local-response-redirect-uri = /jct/page.html

Example of an absolute URI:

local-response-redirect-uri = http://www.example.com/

Example of an operation-specific URI:

local-response-redirect-uri = [login] /jct/cgi-bin/eai

Parent topic: [local-response-redirect] stanza