Storing data for conf directives

2002-01-24 Thread James G Smith
I have a module I'm calling ZZZ that provides an Apache conf directive, ZZZConf, which takes one argument - a file name. This is then given to an AppConfig object to read in the configuration file. I am storing this in the $cfg object tied to the Location section in which the directive appears.

Re: Storing data for conf directives

2002-01-24 Thread Jim Smith
On Thu, Jan 24, 2002 at 04:03:30AM -0600, James G Smith wrote: [snip] The most likely suspect that I can think of is the configuration being done twice or incompletely the second time, but I don't know where else to look. Anyone have any suggestions? I'll post the code if anyone thinks