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
 
start()

void start( int count, object conf )

The start() method is called when a module is loaded, as well as when a configuration variable has been changed and are being saved. In the first case the count argument will be zero, in the later it will be two. The conf argument is the configuration object for the virtual server.