Re: NOT_FOUND from a PerlHandler causing problems with ErrorDocument

2000-09-29 Thread Bjørn Ola Smievoll
* Doug MacEachern | | 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 '.ht

Re: NOT_FOUND from a PerlHandler causing problems with ErrorDocument

2000-09-28 Thread Doug MacEachern
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 do

Re: NOT_FOUND from a PerlHandler causing problems with ErrorDocument

2000-09-28 Thread darren chamberlain
Bjørn Ola Smievoll ([EMAIL PROTECTED]) said something to this effect: > [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_FOUND from a PerlHandler causing problems with ErrorDocument

2000-09-28 Thread Bjørn Ola Smievoll
[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 does