Changes between Version 25 and Version 26 of ModParrotArchitecture

Show
Ignore:
Timestamp:
11/30/08 19:37:20 (13 years ago)
Author:
jhorwitz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ModParrotArchitecture

    v25 v26  
    5353'''Tracing''' 
    5454 
    55 {{{ParrotTrace}}} is used to set the Parrot tracing level.  The default is 0 (disabled).  Output is sent to stderr, which should appear in your error log.  If {{{TraceInit}}} is enabled, some output may appear on your terminal, as stderr has not is not redirected to the error log until the open_logs phase. 
     55{{{ParrotTrace}}} is used to set the Parrot tracing level.  The default is 0 (disabled).  Output is sent to stderr, which should appear in your error log.  If {{{TraceInit}}} is enabled (see Options), some output may appear on your terminal, as stderr has not is not redirected to the error log until the open_logs phase. 
    5656 
    5757'''Options''' 
     
    6060||{{{MP_OPT_ENABLE}}}||{{{Enable}}}||On||Enables mod_parrot and HLL modules for the main server or virtual host|| 
    6161||{{{MP_OPT_PARENT}}}||{{{Parent}}}||Off||Dedicates a separate context pool for a virtual host|| 
    62 ||{{{MP_OPT_TRACEINIT}}}||{{{!TraceInit}}}||Off||Trace mod_parrot initialization code (can be verbose)|| 
     62||{{{MP_OPT_TRACEINIT}}}||{{{TraceInit}}}||Off||Trace mod_parrot initialization code (can be verbose)|| 
    6363 
    6464=== Contexts ===