I have a question about the pre_config hook. I have a module that registers for that hook, but the function I specify is never called. The module is loaded with LoadModule and later configured within an <IfModule my_module> block. Seems to me that the pre_config hooks have already been run by the time LoadModule is processed.

I have a hash table that needs to be initialized before any of my config directives are parsed, and I am getting a SIGSEGV because that is not the case. Is it acceptable to initialize that hash table in my register_hooks function instead? I don't see other modules doing that so II am wondering if there's a reason for that.

Guidance greatly appreciated.

Reply via email to