Changes between Version 36 and Version 37 of ModParrotArchitecture
- Timestamp:
- 11/30/08 23:22:10 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ModParrotArchitecture
v36 v37 164 164 For details on registering hooks and writing metahandlers, see the [wiki:ModParrotHLLDocs HLL module developer guide]. 165 165 166 === Tracking===166 === Module Scope === 167 167 168 168 Apache makes an obvious but significant assumption about module code. It assumes your code knows the module to which it belongs. So the code for mod_cgi KNOWS it's part of mod_cgi, and, as an example, its response handler can ask for the mod_cgi configuration structure appropriately. So Apache provides no infrastructure for asking it what module code it's currently executing -- it assumes you know who you are.