Re: Altering handler not working...

1999-12-13 Thread Doug MacEachern
the TypeHandler phase will override your changes, I think. try setting $r->handler with a PerlTypeHandler, apache stops after the first one returns OK, so mod_mime won't stomp your $r->handler settings in that case. On Thu, 25 Nov 1999, Trevor Phillips wrote: > I'm trying to write an access rou

Altering handler not working...

1999-11-24 Thread Trevor Phillips
I'm trying to write an access routine which requires altering the handler if certain conditions are (not) met. There are a few interesting examples of this in the "Apache Modules in Perl & C" book, chapter 7, which do something similar within the TransHandler and some other phases, but I'm trying