Re: $r->handler() Issue

2001-09-09 Thread Doug MacEachern
On Sat, 18 Aug 2001, David Wheeler wrote: > Hey All, > > I've got a PerlTransHandler where I want to disable, under certain > circumstances (that is, whenever the content type isn't 'text/html') the > content handler. However, this code doesn't do the trick: > > $r->handler('default-handler

RE: $r->handler() Issue

2001-08-18 Thread David Wheeler
On Sat, 18 Aug 2001, Geoffrey Young wrote: > just return DONE - the request will go straight to the logging phase. Well, that would be good if I didn't want *anything* to be served, but I do - I just want Apache's default handler to handle it, instead. But it turns out I was able to figure out

RE: $r->handler() Issue

2001-08-18 Thread Geoffrey Young
> -Original Message- > From: David Wheeler [mailto:[EMAIL PROTECTED]] > Sent: Saturday, August 18, 2001 2:25 PM > To: [EMAIL PROTECTED] > Subject: $r->handler() Issue > > > Hey All, > > I've got a PerlTransHandler where I want to disable, under certain > circumstances (that is, whenev