Changes between Version 37 and Version 38 of ModParrotArchitecture

Show
Ignore:
Timestamp:
11/30/08 23:24:46 (13 years ago)
Author:
jhorwitz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ModParrotArchitecture

    v37 v38  
    141141=== Module Configuration === 
    142142 
    143 Like any other Apache module, HLL modules get their own server and section (directory) configurations.  These are PMCs and are stored in the {{{cfg}}} member of the {{{modparrot_module_config}}} structure: 
     143Like any other Apache module, HLL modules create their own server and section (directory) configurations.  These are PMCs of the module's choosing and are stored in the {{{cfg}}} member of the {{{modparrot_module_config}}} structure: 
    144144{{{ 
    145145struct modparrot_module_config 
     
    153153 
    154154This structure is used by Apache as the HLL module's configuration.  When configuration is requested by HLL code however, mod_parrot will return the {{{cfg}}} member. 
     155 
     156=== Directive Dispatch === 
    155157 
    156158=== Hooks and Metahandlers ===