> -Ursprüngliche Nachricht-
> Von: "Torsten Foertsch"
> Gesendet: 17.09.09 13:14:16
> An: modperl@perl.apache.org
> CC: Andreas Mock
> Betreff: Re: ModPerl::Registry and custom error documents
> On Thu 17 Sep 2009, Andreas Mock wrote:
> > Ho
Hi all,
I searched and googled around for a while but couldn't find a solution for
the following question.
We're using ModPerl::Registry (PerlOptions +ParseHeaders)
in combination with mod_perl to serve our pages in a CGI like
environment. This has the advantage for us to have only a very very
sm
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?
A very simple registry script:
#!/usr/bin/perl
use strict;
my $r=shift;
$r->status($r->args);
exit;
Hi all,
I searched and googled around for a while but couldn't find a solution for
the following question.
We're using ModPerl::Registry (PerlOptions +ParseHeaders)
in combination with mod_perl to serve our pages in a CGI like
environment. This has the advantage for us to have only a very very
sm