You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by dorian <do...@foobarsystems.com> on 2003/03/29 02:20:03 UTC

gaining access to config directives of other modules

i know Apache::Module can get at all the installed modules and their
directives, and even the spec of those directives, but what about the
actual values of those directives? i notice Apache::Module is old, but
i don't see anything else out there that looks like it will come close
to doing the job.

insight is welcome.

.dorian

Re: gaining access to config directives of other modules

Posted by Geoffrey Young <ge...@modperlcookbook.org>.

dorian wrote:
> i know Apache::Module can get at all the installed modules and their
> directives, and even the spec of those directives, but what about the
> actual values of those directives? i notice Apache::Module is old, but
> i don't see anything else out there that looks like it will come close
> to doing the job.
> 
> insight is welcome.

Apache::Module is really cool, old or not, but probably isn't really 
production material based on the underlying wizardry.  this thread 
offers a few different solutions, in increasing level of segfault 
probability :)

http://marc.theaimsgroup.com/?l=apache-modperl&m=103791699126881&w=2

HTH

--Geoff