You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modules-dev@httpd.apache.org by "Atul Kulkarni (SIGSEC)" <At...@symantec.com> on 2006/10/26 15:23:15 UTC

Fixup hook.

Hi All, 
 
I am trying to write a fixup hook for our Apache module. I intend to
bloat up the environment variables for CGI and SSI with the values. I
wanted to know, will just registering the hook and then implementing the
function modName_hook_Fixup(request_rec* rec) suffice or I need to do
something else?
 
In general I had another query How is this hook invoked? I mean what
event trigger's this hook? 
 
Any pointers to reading material on this would be helpful. 
 
Thanks and Regards,
Atul.