IntroductionIntroduction
  CGI and SSICGI and SSI
  <pike> tag<pike> tag
  Pike scriptPike script
  ModulesModules
  Parser modulesParser modules
  Location modulesLocation modules
    <find_dir()>find_dir()<find_dir()>find_dir()
    <find_file()>find_file()<find_file()>find_file()
    <query_location()>query_location()<query_location()>query_location()
    <real_file()>real_file()<real_file()>real_file()
    <stat_file()>stat_file()<stat_file()>stat_file()
  Other module typesOther module types
  Request information objectRequest information object
  ResponsesResponses
  Library methodsLibrary methods
 
query_location()

string query_location()

The query_location() returns a string containing the mount point of this module, in Challenger's virtual file system. However it is rarely necessary to implement, since the mount point can be obtained automatically from a configuration variable named location or type TYPE_LOCATION. The mount point should almost always be configurable by the administrator anyway.