Hi folks! Although the Apache webserver has a somewhat comprehensive API, there are still questions I can't answer:
What about pointers in the module_config struct? (How) does the httpd guarantee the proper deallocation of referenced memory? Do I have to register a dealloc function with each of my module_config structs? Which is the lifetime of the pool passed to post_config functions as the pconf parameter? Is this the same pool passed as pconf to pre_config functions? Is it feasible for storing persistent configuration data, or can I use it instead of creating an own pool for each module_config struct? Is there an array or a (linked) list available of all module_config structs in use? Or do I have to create one in my create_{dir,srv}_config functions? Thanks in advance for your answers! Greetings, Fabiano