|
URM - Urimap Table |
|
|
This table contains the information about the URIMAPs. To define an URIMAP the directive define urimap is used. define urimap Defines an URIMAP entry in the XCICS/TS URIMAP table (URM). URIMAP options are strictly dependant on its usage.
name It is the name of the URIMAP. enabled Defines whether the URIMAP is enabled or not. usage defines the usage of teh URIMAP.
Options for server usage host The virtual host name for which the URIMAP applies. If the value is the wildcard "*", the URIMAP applies to all the virtual hosts. path The resource path for which the URIMAP applies. The wildcard "*" may be used to complete the path. scheme The URIMAP matches only request on the scheme specified. If it is not specified, the URIMAP matches both HTTP and HTTPS schemes. tcpipservice Restricts the URIMAP only to the requests caught by the specified tcpipservice. If omitted of if the value is the wildcard "*", the URIMAP applies to all the tcpip services. type Defines how the request is managed.
analyzer Defines whether the analyzer will be activated or not. This option is valid for application type URIMAPs only. converter If specified, defines the name of the converter program to be invoked to encode/decode the request/response. This option is valid for application type URIMAPs only. transaction If specified, overrides the name of the default alias transaction. This option is valid for application type URIMAPs only. program The name of the application program to handle the request. This option is valid for application type URIMAPs only. userid If specified, the USERID used to run the alias transaction. This option is valid for application type URIMAPs only. file The absolute path of the file bind the request. The "*" wild-card may be used to complete the path name. This option is valid for static type URIMAPs only. media_type The media type of the file bind the request. If the "*" wild-card is specified, XCICS tries to identify the file media_type according to its extension. This option is valid for static type URIMAPs only. characterset Defines the character set of the file. This option is valid for static type URIMAPs only. redirect_type Specifies if the redirect is of temporary of permanent type. This option is valid for redirect type URIMAPs only. url Specifies URL where to redirect the client. This option is valid for redirect type URIMAPs only. Options for client usage host The host name to address the request. port The prot number where to address the request on the remote host. If omitted the value is set to the default according to scheme required. path The resource path of the request. scheme The scheme used to address the request. certificate The name of the client certificate to use for HTTPS requests. certificate The name of the client certificate to use for HTTPS requests. ciphers The label of the ciphers suite to use for HTTPS requests. Example # |