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
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
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
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
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