>
> 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
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
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
> -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
> >
> > 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
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