Thomas Nagel wrote: > Hi Geoff, > > >> http://search.cpan.org/dist/Apache-SSLLookup/ > > > I use the above as a template and it worked until I did the following: > > PerlLoadModule ******::****::Configuration > > which works as the MyApache2/MyParameters.pm example for custom > Configuration Directives at > http://perl.apache.org/docs/2.0/user/config/custom.html
yeah. and that directive launches the interpreter, thus the collision. > > Is there anything I have to consider if I use custome Configuration > directives with Apache::Test? as stas suggested, extra.last.conf.in is the answer in this case. --Geoff