> -Original Message-
> From: Lyle Brooks [mailto:[EMAIL PROTECTED]]
> Sent: Friday, August 17, 2001 2:39 PM
> To: Geoffrey Young
> Cc: [EMAIL PROTECTED]
> Subject: Re: Querying Apache Configuration
>
>
> It's kinda like writing mod_info as a mod_perl h
Quoting Geoffrey Young ([EMAIL PROTECTED]):
>
>
> > In the process, I been wondering is it possible to peek at the
> > configuration directives/values of other modules (both Perl and C)
> > via mod_perl?
>
> sort of - in both instances you have to do some tricks and break
> encapsulation. for
> -Original Message-
> From: Lyle Brooks [mailto:[EMAIL PROTECTED]]
> Sent: Friday, August 17, 2001 11:45 AM
> To: [EMAIL PROTECTED]
> Subject: Querying Apache Configuration
>
>
> I've been studying Chapter 8 "Customizing the Apache Configuration
I've been studying Chapter 8 "Customizing the Apache Configuration
Process" in the Eagle book, and working through some test modules.
In the process, I been wondering is it possible to peek at the
configuration directives/values of other modules (both Perl and C)
via mod_perl?
Also, in my tests