Changes between Version 29 and Version 30 of ModParrotHLLDocs

Show
Ignore:
Timestamp:
12/25/08 22:33:35 (13 years ago)
Author:
jhorwitz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ModParrotHLLDocs

    v29 v30  
    111111=== Custom Apache Directives === 
    112112 
    113 The server and directory configurations would be fairly useless without support for adding custom Apache directives for an HLL module.  Here we will learn how to define a custom directive.  Registration of the directive occurs when you add the module to Apache. 
     113The server and directory configurations would be fairly useless without support for adding custom Apache directives for an HLL module.  Here we will learn how to define a custom directive.  Actual registration of the directive occurs later when you add the module to Apache. 
    114114 
    115115A directive can be defined as a Parrot Hash, or any HLL type that implements a keyed-by-string interface.  There are five keys for which you need to provide values: