The traversal path (from the Zope root) to an executable Zope method (Python Script, external method, product method, etc). The method must take no arguments. Ex: "/site/methodname" The traversal path (from the Zope root) to an executable Zope method (Python Script, external method, product method, etc). The method must take the following arguments: phase (number) Shutdown phase number. See Lifetime.py . time_in_phase (number) Time spent in current phase, in seconds. Given method path must not contain any argument. Ex: "/site/methodname" The number of seconds between each clock "tick" (and thus each call to the above "method"). The lowest number providable here is typically 30 (this is the asyncore mainloop "timeout" value). The default is 60. Ex: "30" A zope username. Ex: "admin" The password for the zope username provided above. Careful: this is obviously not encrypted in the config file. Ex: "123" The hostname passed in via the "Host:" header in the faux request. Could be useful if you have virtual host rules set up inside Zope itself. Ex: "www.example.com"