Changes between Version 36 and Version 37 of ModParrotArchitecture

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

--

Legend:

Unmodified
Added
Removed
Modified
  • ModParrotArchitecture

    v36 v37  
    164164For details on registering hooks and writing metahandlers, see the [wiki:ModParrotHLLDocs HLL module developer guide]. 
    165165 
    166 === Tracking === 
     166=== Module Scope === 
    167167 
    168168Apache 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.