Introduction
  CGI and SSI
  <pike> tag
  Pike script
  Modules
    Module types
    create()
    defvar()
    query()
    set()
    query_internal_location()
    check_variable()
    info()
    query_name()
    register_module()
    start()
    status()
    stop()
    find_internal()
  Parser modules
  Location modules
  Other module types
  Request information object
  Responses
  Library methods
 
status()

string status()

Called by the configuration interface to let the module tell the user about it's internal status. This method must return a string containing HTML code that can be fitted in the <dd> part of a <dl> list.

If this method is implemented the module will show Status and debug info in the configuration interface.