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

RE: Installing embperl on Windows 2000

2006-11-22 Thread Gerald Richter
Hi, Embperl on Windows currently only supports mod_perl 1 and Apache 1.3 Apache 2.2 & mod_perl 2 does not work, because it would need thread support inside Embperl, which is not finished yet Gerald -- Gerald Richter

RE: compiling Embperl 2.2 on Mac OS-X with apache 1.3.33

2006-11-22 Thread Gerald Richter
Hello, > > when compiling Embperl 2.2 on Mac OS-X 10.4.8 using the > built-in apache 1.3.33 a little patch on "eputil.c" has to > get applied to ensure compiling runs without errors: > Thanks for the patch. It's commited into the svn and will go into the next release Gerald ** Virus chec

FW: index.html

2006-11-22 Thread Gerald Richter
> -Original Message- > From: Williams, David G. (HQ-OA000)[INDUS] > [mailto:[EMAIL PROTECTED] > Sent: Friday, November 17, 2006 3:54 PM > To: embperl@perl.apache.org > Subject: index.html > > I have a number of sites that I have created with Embperl > over the years so I am a little emb

RE: index.html

2006-11-22 Thread Gerald Richter
> > > > I have a number of sites that I have created with Embperl over the > > years so I am a little embarrassed to ask the following question: > > > > If I had a domain named something like > "horseheadbookends.com" and I > > wanted Embperl to default to "index.html" if the user does > not

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