ErrorPageSections

The names of the sections in the connector's configuration file that contain settings for error detection.

When a problem occurs the web server should provide an appropriate HTTP status code to the connector, for example HTTP 401 if there is a problem with authentication or HTTP 500 if there is a server error. However, some web servers return an HTTP 200 (OK) status code even if there is a problem, and the page content contains the error message instead. If you are indexing a web site that behaves in this way, you can configure error detection so that the connector can take appropriate action.

You can specify multiple section names in a comma-separated list, or by using numbered parameters.

Type: String (comma-separated list)
Default: The current TaskName section
Required: No
Configuration Section: TaskName or FetchTasks
Example:

ErrorPageSections=LoginError,ServerError

or

ErrorPageSections0=LoginError
ErrorPageSections1=ServerError

See Also: