Changes between Version 37 and Version 38 of ModParrotArchitecture
- Timestamp:
- 11/30/08 23:24:46 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ModParrotArchitecture
v37 v38 141 141 === Module Configuration === 142 142 143 Like any other Apache module, HLL modules get their own server and section (directory) configurations. These are PMCsand are stored in the {{{cfg}}} member of the {{{modparrot_module_config}}} structure:143 Like 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: 144 144 {{{ 145 145 struct modparrot_module_config … … 153 153 154 154 This 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 === 155 157 156 158 === Hooks and Metahandlers ===