Changes between Version 33 and Version 34 of ModParrotHLLDocs

Show
Ignore:
Timestamp:
12/29/08 17:02:46 (13 years ago)
Author:
jhorwitz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ModParrotHLLDocs

    v33 v34  
    308308||{{{pchild}}}||the child pool as an {{{ModParrot;Apache;Pool}}} object|| 
    309309 
     310The following table indicates the methods that are in scope for each Apache phase: 
     311 
     312||||{{{request_rec}}}||{{{server_rec}}}||{{{conn_rec}}}||{{{csd}}}||{{{pconf}}}||{{{ptemp}}}||{{{plog}}}||{{{pchild}}}|| 
     313||Open logs|| || || || ||X||X||X||X|| 
     314||Post-configuration|| || || || ||X||X||X||X|| 
     315||Child process initialization|||||||||||||||||| 
     316||Preconnection|| || ||X||X|||||||||| 
     317||Process connection||||||X|| |||||||||| 
     318||Post Read Request||X|||||||||||||||| 
     319||Map To Storage||X||X|||||||||||||| 
     320||URI Translation||X||X|||||||||||||| 
     321||Input Filter||X||X|||||||||||||| 
     322||Parse headers||X||X|||||||||||||| 
     323||Access||X||X|||||||||||||| 
     324||Authentication||X||X|||||||||||||| 
     325||Authorization||X||X|||||||||||||| 
     326||Response||X||X|||||||||||||| 
     327||Output Filter||X||X|||||||||||||| 
     328||MIME Type||X||X|||||||||||||| 
     329||Fixups||X||X|||||||||||||| 
     330||Logging||X||X|||||||||||||| 
     331 
    310332=== Retrieving Configurations === 
    311333