Re: Apache2::Dispatch issue

2010-06-08 Thread Joe Breeden
On Tue, Jun 8, 2010 at 1:21 PM, Fred Moyer wrote: > On Tue, Jun 8, 2010 at 9:10 AM, Joe Breeden wrote: > > I'm seeing this in the log on hits that fail: > > > > Use of uninitialized value in substitution iterator at > > /usr/lib/perl5/site_perl/5.8.8/Apache/Dispatch/Util.pm line 350. > > Use of

Re: Apache2::Dispatch issue

2010-06-08 Thread Fred Moyer
On Tue, Jun 8, 2010 at 9:10 AM, Joe Breeden wrote: > I'm seeing this in the log on hits that fail: > > Use of uninitialized value in substitution iterator at > /usr/lib/perl5/site_perl/5.8.8/Apache/Dispatch/Util.pm line 350. > Use of uninitialized value in string eq at > /usr/lib/perl5/site_perl/5

Re: Apache2::Dispatch issue

2010-06-08 Thread Joe Breeden
I'm seeing this in the log on hits that fail: Use of uninitialized value in substitution iterator at /usr/lib/perl5/site_perl/5.8.8/Apache/Dispatch/Util.pm line 350. Use of uninitialized value in string eq at /usr/lib/perl5/site_perl/5.8.8/Apache/Dispatch/Util.pm line 368. and this on hits that

Re: Apache2::Dispatch issue

2010-06-07 Thread Fred Moyer
On Tue, Jun 1, 2010 at 6:43 PM, Joe Breeden wrote: > I have been using Apache2::Dispatch with a fair amount of success - and > thank you Fred Moyer very much for this Perl module - until I tried to use > it with a specific web app/virtual host configuration. I wonder if someone > could take a mome