I have a module for 2.2x, and have some config
settings like
<IfModule my_module>
...
MyName foo
...
</IfModule>and I can get the configurations per the AP_INIT_TAKEx macro. However, when I compiled my module against apache 2.0.61, my functions for setting the parameters are not called. Anything specif I have to do to make the functions to be called (so the config parameters are read). Thanks, John
