Get name of config file for module

2013-05-21 Thread Sean Beck
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 und

Re: Get name of config file for module

2013-05-21 Thread Sorin Manolache
On 2013-05-21 21:36, Sean Beck wrote: 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/modg

https://modules.apache.org/ down

2013-05-21 Thread Helmut Tessarek
Hello, The modules web site has been down for about a week now. I seriously doubt that the following message is accurate: Maintenance in progress This system is currently down for maintenance. More details may be available from the ASF Public Network Status page. Cheers, Helmut -- regards

Re: https://modules.apache.org/ down

2013-05-21 Thread Daniel Gruno
On 05/21/2013 10:45 PM, Helmut Tessarek wrote: > Hello, > > The modules web site has been down for about a week now. > > I seriously doubt that the following message is accurate: > > Maintenance in progress > > This system is currently down for maintenance. More details may be available > from

Re: Get name of config file for module

2013-05-21 Thread Sean Beck
Sorin, Is there a way to figure out the name of the config file in code so I can log it? Or even just the path to where it is. Also, I'm confused because you said there is no such thing as a module-specific configuration file, but then you said configuration files can be split per-module. Does Ap