moving back on-list so everyone can benefit :) Carletto wrote: >>I was assuming from the above that he already had Apache-Test working. >> >>--Geoff > > > Yes, that is. > The problem is: the configuration directives (expressed in Foo/Bar.pm as > explained in Chap.6 of > "User's guide" mod_perl 2.0 written by Stas) doesn't wokr in Apache-Test, > where simply installed > there aren't any > blem..:( > So if I want test *my* configuration directives (for some values, fo example) I need > the "silly" work > around "Perl{Set|Add}Var" in t/conf/extra.conf.in. > The heart of the problem seems to be the use of "PerlLoadModule" in > t/conf/extra.conf.in > (when used in a live Apache environmnet works well, very well). Suggesitons ?
oh, I think I see what you mean. use t/conf/extra.last.conf.in instead of extra.conf.in - it will make sure your modules are loaded before the config is parsed. HTH --Geoff -- Reporting bugs: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html