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 the configuration values of the C module above. > > I have studied and tried Apache2::Module, Apache2::Directive, and read a > lot, but I can't find a working solution. > > Pointers and code example welcome...
while it's a mp1 example, check out http://www.modperlcookbook.org/code/ch08/Cookbook-LanguagePriority-0.01.tar.gz and recipe 8.14 in the mod_perl developer's cookbook. HTH --Geoff