> -----Ursprüngliche Nachricht----- > Von: "Torsten Foertsch" <torsten.foert...@gmx.net> > Gesendet: 17.09.09 13:14:16 > An: modperl@perl.apache.org > CC: Andreas Mock <andreas.m...@drumedar.de> > Betreff: Re: ModPerl::Registry and custom error documents
> On Thu 17 Sep 2009, Andreas Mock wrote: > > How can we dynamically create own error documents without using > > the lower level mod_perl/apache api? Is there a simple way? > > How can we achieve that? > > > Then you can configure ErrorDocuments, e.g. > > ErrorDocument 404 http://huhu.com > ErrorDocument 500 "dumm gloffe" Hi Torsten, hi all, ok, this seems to be the simple case. Thank you for this answer. Is there another way to create custom ErrorDocuments based on the return value of a ModPerl::Regisry script as long as the script has not printed to stdout yet? Best regards Andreas