I would strongly suggest reading how other modules do this. Since your module should be implemented as a filter, I would recommend looking at mod_deflate in modules/filters/mod_deflate.c. You will see examples on how to do multiple directives there (see deflate_filter_cmds).Have I to fill the blank_cmds if I have a directive? And I need a directive? Or more than one? And which?
I'll be curious to see how mod_deflate and mod_blank would work together.
Good luck! -- justin
