Hi,
>
> GR> How does your embofastcgi.pl look like?
> GR> Gerald
> BEGIN
> {
> %Embperl::initparam = (use_env => 1, use_redirect_env => 1) ;
> }
> ...
> {
> my $rc = Embperl::Object::Execute ({use_env => 1,
> use_redirect_env => 1}) ;
>
...
This looks ok.
Could you try to put your configuration directly in the script i.e.
BEGIN
{
$ENV{EMBPERL_OBJECT_BASE} = '.htbase' ;
%Embperl::initparam = (use_env => 1, use_redirect_env => 1) ;
}
Does this make any difference?
Gerald
** Virus checked by BB-5000 Mailfilter **
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]