Re[4]: Embperl::Object + FastCGI env configuration problems

2006-11-25 Thread Andrew Sitnikov
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

RE: Re[2]: Embperl::Object + FastCGI env configuration problems

2006-11-22 Thread Gerald Richter
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

RE: Embperl::Object + FastCGI env configuration problems

2006-11-22 Thread Gerald Richter
> > 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

Embperl::Object + FastCGI env configuration problems

2006-11-16 Thread Andrew Sitnikov
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