If you read the IIS setup guide I posted to the list a while back,
setting variables in a BEGIN block in the epocgi.pl file works just
fine. I've had to run embperl on IIS occasionally and I've had no
problems.
--
Andrew O'Brien
e: andrewo@oriel.com.au
p: +61 2 9556 0100
f: +61 2 9556 0111
> -----Original Message-----
> From: ckassab@eplsite.org [mailto:ckassab@eplsite.org]
> Sent: Saturday, 12 July 2003 7:32 AM
> To: richter@ecos.de
> Cc: ckassab@eplsite.org; embperl@perl.apache.org
> Subject: Re: EMBPERL_SESSION_HANDLER_CLASS to 'no' in embperl 2.0b9
> Importance: High
>
>
> Gerald:
>
> > Just put them on top of your epocgi.pl e.g.
> >
> > $ENV{'EMBPERL_SESSION_HANDLER_CLASS'} = 'no' ;
> >
> > or in your httpd.conf
>
> I set the value in httpd.conf and it worked fine.
>
> I did some testing with IIS and there i had tu put the value
> in file OUT.pm
>
> Regards
>
> Carlos Kassab
>
> >
> >> I am getting this message:
> >> Set EMBPERL_SESSION_HANDLER_CLASS to 'no' to avoid this message
> >>
> >> In embperl 1.3.x i edited file embperl.pm and set the value but in
> >> embperl2.0 it does not seems to work.
> >>
> >> Do you know what is the way to set this variable to no in embperl
> >> 2.0b9?
> >>
> >
> > Just put them on top of your epocgi.pl e.g.
> >
> > $ENV{'EMBPERL_SESSION_HANDLER_CLASS'} = 'no' ;
> >
> > or in your httpd.conf
> >
> > SetEnv EMBPERL_SESSION_HANDLER_CLASS no
> >
> > Gerald
> >
> >
> >
> ---------------------------------------------------------------------
> > To unsubscribe, e-mail: embperl-unsubscribe@perl.apache.org
> > For additional commands, e-mail: embperl-help@perl.apache.org
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: embperl-unsubscribe@perl.apache.org
> For additional commands, e-mail: embperl-help@perl.apache.org
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: embperl-unsubscribe@perl.apache.org
For additional commands, e-mail: embperl-help@perl.apache.org
|