Re: [mp2] loading modules for testing

2003-01-25 Thread Randy Kobes
On Sun, 26 Jan 2003, Stas Bekman wrote: > Randy Kobes wrote: > > With the current cvs mod_perl 2.0, I get a problem about > > deciding which modules to load from the installed httpd.conf. > > This patch > > Thanks Randy for pointing this out. I was trying to resolve the > same bug for t/conf/http

Re: [mp2] loading modules for testing

2003-01-25 Thread Stas Bekman
Randy Kobes wrote: With the current cvs mod_perl 2.0, I get a problem about deciding which modules to load from the installed httpd.conf. This patch Thanks Randy for pointing this out. I was trying to resolve the same bug for t/conf/httpd.conf created in sub-dirs, but broke it for the main serv

[mp2] loading modules for testing

2003-01-25 Thread Randy Kobes
With the current cvs mod_perl 2.0, I get a problem about deciding which modules to load from the installed httpd.conf. This patch = Index: Apache-Test/lib/Apache/TestConfigParse.pm =

Re: [Patch] Modperl-Registry .cvsignore

2003-01-25 Thread Stas Bekman
Philippe M. Chiasson wrote: A few leftovers generated files ;-) subprocess.pl? where did you get it from? --- /dev/null 2002-08-31 07:31:37.0 +0800 +++ ModPerl-Registry/t/cgi-bin/.cvsignore 2003-01-25 17:19:29.0 +0800 @@ -0,0 +1 @@ +subprocess.pl Index: ModPerl-Registry/t/.cvs

[Patch] Modperl-Registry .cvsignore

2003-01-25 Thread Philippe M. Chiasson
A few leftovers generated files ;-) --- /dev/null 2002-08-31 07:31:37.0 +0800 +++ ModPerl-Registry/t/cgi-bin/.cvsignore 2003-01-25 17:19:29.0 +0800 @@ -0,0 +1 @@ +subprocess.pl Index: ModPerl-Registry/t/.cvsignore ==