On Sat, 22 Apr 2000, Matt Sergeant wrote:

> On Sat, 22 Apr 2000, Matt Sergeant wrote:
> 
> > The only thing I can think of, is that Apache::MimeXML is somehow stopping
> > the PerlHandler phase from being executed. Can it do that (but still allow
> > the PerlFixupHandler phase to execute)???
> 
> OK, it was Apache::MimeXML... Which is very odd indeed. A bug in mod_perl
> by the looks of things. All I'm returning from Apache::MimeXML, btw, is
> OK or DECLINED. It was returning OK when PerlHandler stopped working. For
> now I'll disable it, and set Mime types manually for .xml files - but
> something is seriously not right there.

as i already explained to matt in another email, if a TypeHandler returns
OK, then mod_mime's type handler is not called.  which means that
SetHandler, AddType, etc., for that require will be ignored, unless you
return DECLINED or implement them yourself (see Apache::MIME in ch8 of
the eagle book)

Reply via email to