SetHandler

The standard SetHandler Apache directive, whose characteristics are listed in the following table, selects the mod_ jadehttp module to handle this location.

Characteristic Value
Action Forces all matching files to be processed by a handler
Syntax SetHandler handler‑name
Context server config, virtual host, directory, .htaccess
Module Core
Examples SetHandler jadehttp‑info and SetHandler jadehttp‑handler

The jadehttp-handler, which is the primary handler inside the mod_ jadehttp module, formats and passes data to JADE and returns the results to the Web browser. The jadehttp‑info handler reports internal information about the configuration and current status of the mod_ jadehttp module back to the Web browser. This handler is similar to the standard Apache mod_info module that provides a comprehensive overview of the server configuration. Access to locations that use this handler should be restricted to trusted sites.