IndexModulesHandlers

Handler: HTTP Error

The HTTP Error (`custom_error` internally) handler is used to generate errors when certain rules are matched. For instance it can be used to deny access to specific files, such as those containing passwords.

Parameters

Parameters Type Description

error

number

HTTP error code return.

media/images/admin_handler_custom_error.png
Available errors in cherokee-admin
Code Description

400

Bad Request

403

Forbidden

404

Not Found

405

Method Not Allowed

413

Request Entity too large

414

Request-URI too long

416

Requested range not satisfiable

500

Internal Server Error

501

Not Implemented

502

Bad gateway

503

Service Unavailable

504

Gateway Timeout

505

HTTP Version Not Supported