On Thu, 2006-10-19 at 13:22 +0530, [EMAIL PROTECTED] wrote: > Thanks Perrin for the reply, > >Most likely you are not actually in the Location block that you think > you're in > I am on the same Location block
What does $r->location() tell you? Make sure you are loading Apache2::RequestUtil. > May be, Also does the Apache2 request object constructs itself > differently from Apache 1.3 Well, it's a completely different set of code, so yes. > Or should we use a different Handler, I tried substituting with > PerlResponseHandler but not with much help PerlHandler means the same thing in mod_perl 2. - Perrin