Hi all, I have written a module and now would like to log the name of the actual config file being used by the module (there will be multiple modules on the server with their own config files. I looked through https://httpd.apache.org/docs/2.4/developer/modguide.html but am still struggling to understand how Apache knows what the config file is for each module and how I can check what the name of the actual name of the file is for each module.
Thanks