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

mod_perl vs. mod_rewrite precedence?

2010-06-08 Thread E R
I'm trying to figure out how mod_perl and mod_rewrite work together. This is with Apache 1.3.41, mod_perl 1.30, perl 5.8,9. It seems that if there is a mod_perl handler installed at a location, a mod_rewrite rule rewriting that location to another doesn't have any effect. Below is a sample httpd.

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

[Announce] Cindy - another template engine

2010-06-08 Thread Joachim Zobel
Hi. My Cindy::Apache2 module is stable by now. Cindy is 1. unobtrusive - it works on plain HTML/XML - and 2. language independent - it moves data between handler responses. It is used by configuring content injection sheets. These describe how to extract data from a source document and inject th

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