On 06/30/2012 10:33 PM, oh...@cox.net wrote: > Hi,..... > Can anyone tell me how, in my module code, I can access that "MyVar" string? > > Thanks, > Jim >
You can either assign your configuration to a statically declared struct, or check out http://httpd.apache.org/docs/trunk/developer/modguide.html#context for some hints on how to use configurations. With regards, Daniel.