First page Back Continue Last page Summary Graphics
Apache
Request Processing Hooks (cont)
- Possible return values:
- DECLINED
- OK
- any other HTTP return code
Return values from each hook determine control flow
- for most hooks, processing stops after the first module that returns something other than DECLINED
- some exceptions (e.g., authentication hook, which keeps going when a module returns OK)