Changes between Version 25 and Version 26 of ModParrotArchitecture
- Timestamp:
- 11/30/08 19:37:20 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ModParrotArchitecture
v25 v26 53 53 '''Tracing''' 54 54 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. 56 56 57 57 '''Options''' … … 60 60 ||{{{MP_OPT_ENABLE}}}||{{{Enable}}}||On||Enables mod_parrot and HLL modules for the main server or virtual host|| 61 61 ||{{{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)|| 63 63 64 64 === Contexts ===