> Thanks for the reply Gerald. I don't know how to get code via CVS

Here are a couple of ways you can choose from:
http://perl.apache.org/embperl/CVS.pod.1.html

> so I will wait for the release.  I hope it's released soon.  I'm in the
> midst of a project!  Do you have an estimate of how soon "soon" is?
> :-)
>

It's nearly ready, I just have some issue with Perl 5.6 and hope to solve
them at the weekend or the beginning of the next week.

Gerald


-------------------------------------------------------------
Gerald Richter    ecos electronic communication services gmbh
Internetconnect * Webserver/-design/-datenbanken * Consulting

Post:       Tulpenstrasse 5         D-55276 Dienheim b. Mainz
E-Mail:     [EMAIL PROTECTED]         Voice:    +49 6133 925151
WWW:        http://www.ecos.de      Fax:      +49 6133 925152
-------------------------------------------------------------

> Cordially,
> Scott.
>
>
> On 18 Aug 2000, at 11:22, Gerald Richter wrote:
>
> > >
> > > I need a custom error screen under embperl.  I read in the docs that
> > > you can set an option that will enable you to use mod_perl's custom
> > > error screen features but I'm rather clueless about mod_perl and
> > > doing all this.
> > >
> > > Does anyone have an example of this?
> > >
> >
> >
> > <Location /embperl/errdoc>
> > SetHandler perl-script
> > PerlHandler HTML::Embperl
> > Options ExecCGI
> > PerlSetEnv EMBPERL_OPTIONS 262144
> > ErrorDocument 500 /html/errmsg.htm
> > </Location>
> >
> > When an error occurs the document /html/errmsg.htm will be shown, which
> > could of course (unless you run on WinNT) again an Embperl page (or
another
> > script). In 1.3b5 (which I will soon release, or fetch it from the CVS)
you
> > can retrieve any any errors that Embperl would normaly display with
> >
> > $errors = $req_rec -> pnotes('EMBPERL_ERRORS') ;
> >
> > where $errors is a array ref containing all the error message.
> >
> > Gerald
> >
>
>
> --
> Scott Chapman
> Technical Support Specialist
> Lund Performance Solutions
> [EMAIL PROTECTED] or [EMAIL PROTECTED]
> Phone: 541-926-3800 www.lund.com
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to