You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modules-dev@httpd.apache.org by Andrej van der Zee <an...@gmail.com> on 2008/09/13 12:56:26 UTC

Access configuration variable in other modules

Hi,

I am writing my first Apache module for monitoring resource usage of
embedded interpreters and CGI applications on Linux (I am also adapting
mod_cgi and the apr-library). The problem is that my own module has some
server-level configuration options that I can initialize and use in my own
module, but I don't know how to access them in *another* module (i.e.
mod_cgi). What is the way to do this? Any examples of this in the modules
that come with the sources?

Cheers,
Andrej