Re: Testing custom configuration directives

2003-12-26 Thread Carletto
Tank you very much, Geoff! Now the things comes to play right...! Merry Christmas!! -- Reporting bugs: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html

Re: Testing custom configuration directives

2003-12-23 Thread Geoffrey Young
> I still having problem with this extra.last.conf.in. > Please, if you want and have time, take a look to included TGZ stub package > (I included in cause is small and, maybe, make clear my problem). > TIA > > YEAH finally, a user that submits a nice sample tarball for me to just run!!!

Re: Testing custom configuration directives

2003-12-23 Thread Carletto
> moving back on-list so everyone can benefit :) Yes, sorry. > 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. I still having problem with this extra.last.conf.in. Please, if you

Re: Testing custom configuration directives

2003-12-22 Thread Geoffrey Young
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

Re: Testing custom configuration directives

2003-12-21 Thread Geoffrey Young
>>> # file t/conf/extra.conf.in > Carletto is talking about the live testing of a module that won't work > without running mod_perl and he is not aware of Apache-Test, required > for this kind of tests. I was assuming from the above that he already had Apache-Test working. --Geoff -- Reporti

Re: Testing custom configuration directives

2003-12-21 Thread Stas Bekman
Geoffrey Young wrote: Carletto wrote: Hi! Anyone has experience in testing an Apache module (mod_perl 2.0, of course) with custom configuration directives ? I'm talking about a module "packaged" (h2xs -AX -n Foo::Bar) and then tested (perl Makefile.PL; make; make test), when as custom configuratio

Re: Testing custom configuration directives

2003-12-21 Thread Geoffrey Young
Carletto wrote: > Hi! > Anyone has experience in testing an Apache module (mod_perl 2.0, of course) > with > custom configuration directives ? > I'm talking about a module "packaged" (h2xs -AX -n Foo::Bar) and then tested > (perl Makefile.PL; make; make test), when as custom configuration is like