Re: cvs commit: modperl-2.0/t/conf extra.last.conf.in

2004-08-08 Thread Philippe M. Chiasson
Stas Bekman wrote: [EMAIL PROTECTED] wrote: gozer 2004/08/08 16:50:49 Modified:t/conf extra.last.conf.in Log: authen was recently renamed to authen_basic and authen_digest, fixing 2 little rename omissions thanks for the fix, philippe. I've just noticed it and cvs up solved it

Re: cvs commit: modperl-2.0/lib/Apache PerlSections.pm

2004-08-08 Thread Philippe M. Chiasson
Stas Bekman wrote: [EMAIL PROTECTED] wrote: gozer 2004/08/08 17:17:05 Modified:lib/Apache PerlSections.pm Log: Fix a bug in sections with multiple aliases in a virtualhost container. Thread: http://marc.theaimsgroup.com/?t=10917643062 don't forget >> Changes Oupss, taken c

Re: cvs commit: modperl-2.0/lib/Apache PerlSections.pm

2004-08-08 Thread Stas Bekman
[EMAIL PROTECTED] wrote: gozer 2004/08/08 17:17:05 Modified:lib/Apache PerlSections.pm Log: Fix a bug in sections with multiple aliases in a virtualhost container. Thread: http://marc.theaimsgroup.com/?t=10917643062 don't forget >> Changes -- ___

Re: cvs commit: modperl-docs/src/docs/2.0/api/Apache PerlSections.pod

2004-08-08 Thread Stas Bekman
[EMAIL PROTECTED] wrote: RCS file: /home/cvs/modperl-2.0/todo/release,v RCS file: /home/cvs/modperl-docs/src/docs/2.0/api/Apache/PerlSections.pod,v Folks, please remember to commit Apache-Test and modperl-docs changes separately from modperl-2.0 changes. Otherwise cvs logs mail get to the wro

Re: Multiple Aliases in Perl Section name virtual hosts

2004-08-08 Thread Philippe M. Chiasson
Kim Goldov wrote: I'm using a section to configure name virtual hosts. I would like to have multiple aliases defined in each virtual host, however I was only able to define a single alias in the virtual host. [...] This issue has been found and fixed. Thank you for reporting this problem Kim.

Re: cvs commit: modperl-2.0/t/conf extra.last.conf.in

2004-08-08 Thread Stas Bekman
[EMAIL PROTECTED] wrote: gozer 2004/08/08 16:50:49 Modified:t/conf extra.last.conf.in Log: authen was recently renamed to authen_basic and authen_digest, fixing 2 little rename omissions thanks for the fix, philippe. I've just noticed it and cvs up solved it :) -- __

removing some autoconfig magic from A-T

2004-08-08 Thread Stas Bekman
Some of the autoconfig magic starts to create more overhead than it used to safe. e.g. all this magic of t/hooks/TestHooks is no longer useful, as we add more tests and the test names aren't mapping 1:1 to the phase name. So we need to craft , inline blocks, etc. e.g the recently added test ha