| INI settings can be added / set via the Domino server. 
 For example, you can turn on web authentication debugging via the command:
 set config WEBAUTH_VERBOSE_TRACE=1
 
 To turn it off you would set the debug setting back to the default (off) with:
 set config WEBAUTH_VERBOSE_TRACE=0
 
 This particular example does not require a restart of the HTTP service. It starts or stops working immediately after being set.
 
 previous page
 
 
 |