Re: [mp2] accessing the config of another module

2006-05-17 Thread Frank Wiles
On Wed, 17 May 2006 12:42:02 -0400 Geoffrey Young <[EMAIL PROTECTED]> wrote: > if it's custom directives in httpd.conf you want, see this > > http://www.modperlcookbook.org/~geoff/modules/experimental/Apache-Template-2.00_01.tar.gz > > and some of the other Apache2 modules on CPAN. If you fi

Re: [mp2] accessing the config of another module

2006-05-17 Thread Geoffrey Young
Charles Bueche wrote: > Hi Geoffrey, > > I own your book, and wasn't aware of this recipe. there's lots of stuff in there people just don't know about :) > > I find this method a bit complicated, until now, my module was pure > perl. But if this is the only way... > yeah, it pretty much is.

Re: [mp2] accessing the config of another module

2006-05-17 Thread Charles Bueche
Hi Geoffrey, I own your book, and wasn't aware of this recipe. I find this method a bit complicated, until now, my module was pure perl. But if this is the only way... Thanks anyway for your hint. BTW : do you prepare a 2.x version of the cookbook ? I find it a great resource, I learned a lot f

Re: [mp2] accessing the config of another module

2006-05-17 Thread Geoffrey Young
Charles Bueche wrote: > Hi, > > I have a C module loaded and working. It's an access_handler. It has its > own configuration directives, which I can use in the global section of > httpd.conf or in a vhost section. > > Beside, in a perl module I write (a fixup handler), I would like to > access th

[mp2] accessing the config of another module

2006-05-17 Thread Charles Bueche
Hi, I have a C module loaded and working. It's an access_handler. It has its own configuration directives, which I can use in the global section of httpd.conf or in a vhost section. Beside, in a perl module I write (a fixup handler), I would like to access the configuration values of the C module