Hello Gerald,
GR> BEGIN
GR> {
GR> $ENV{EMBPERL_OBJECT_BASE} = '.htbase' ;
GR> %Embperl::initparam = (use_env => 1, use_redirect_env => 1) ;
GR> }
GR> Does this make any difference?
yes. that works. i think problem in Config.xs because fcgi ENV variables passed
over fcgi req
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 t
>
> I try use Embperl::Object + apache mod_fastcgi. All works,
> except configuration params from ENV
>
> httpd.conf
>
> /public_html/embperl/fcgi/object>
> Action text/html /cgi-bin/fcgi/embofastcgi.pl
>
How does your embofastcgi.pl look like?
Gerald
** Virus checked by BB
I try use Embperl::Object + apache mod_fastcgi. All works, except
configuration params from ENV
httpd.conf
/public_html/embperl/fcgi/object>
Action text/html /cgi-bin/fcgi/embofastcgi.pl
SetEnv EMBPERL_ESCMODE 0
SetEnv EMBPERL_OPTIONS 16
SetEnv EMBPERL_OBJ