On 28 Sep 2000, Bjørn Ola Smievoll wrote:

> [Sorry for being so verbose, hope somebody still have the time and
> patience to read it all].
> 
> I have a setup where a PerlTransHandler registers a PerlContentHandler
> based simply on whether $r->uri ends with '.html' or not.  The
> TransHandler does no verifying of the existence of the file, that
> doesn't happen until the ContentHandler kicks in.  For an unsuccessful
> '-e' test, NOT_FOUND is returned from the ContentHandler.  All this
> worked fine until I added an perl-based handler for the 404 using the
> ErrorDocument parameter in httpd.conf[1].

your error handler works fine for me with 404's.  what is your
PerlTransHandler doing?

Reply via email to