Re: Multiple module configuration directive problem

2000-08-15 Thread Doug MacEachern
On Wed, 21 Jun 2000, Rob Tanner wrote: Solved my own problem -- read other modules config with: Apache::ModuleConfig-get($r, 'Apache::other_module') Since that means each module has to figure out whether it's reading it's own directives or it's neighbors, this mechanism in this case

Multiple module configuration directive problem

2000-06-20 Thread Rob Tanner
I have two different but related modules to be installed on the same server. Both of them need access to the same database and run as the same admin user. Since one of the items each needs to know is a password that is root protected, configuration is done through custom directives rather