>
> Gerald if you would know why now embperl is faster, i think we would
> like to know.
>
The
LoadModule embperl_module ...
loads only the C-part of Embperl, with your first configuration the Perl
part is loaded at the time of the first request of each apache child, with
the second config, the
>
> Gerald if you would know why now embperl is faster, i think we would
> like to know.
>
The
LoadModule embperl_module ...
loads only the C-part of Embperl, with your first configuration the Perl
part is loaded at the time of the first request of each apache child, with
the second config, the
Hi all:
Now i have changed the way to load Embperl.
I create a file called apache2_modules.pl
and in the file i put:
use Apache2 ();
use ModPerl::Util (); #for CORE::GLOBAL::exit
use Apache::RequestRec ();
use Apache::RequestIO ();
use Apache::RequestUtil ();
use Apache::Server ();
use Apache::Se
Gerald,
Here are the lines related to mod_perl and embperl:
LoadModule perl_module modules/mod_perl.so
PerlModule Apache::compat
PerlModule APR::Table
LoadModule embperl_module /usr/local/lib/perl/5.6.1/auto/Embperl/Embperl.so
SetHandler perl-script
PerlHandler Embperl
Options ExecCGI
AddType
I am afraid that is not helpful
-Original Message-
From: Ruben Safir Secretary NYLXS [mailto:[EMAIL PROTECTED]
Sent: 11 February 2004 14:19
To: Williams,GS,Gavin,XJH4 R
Cc: [EMAIL PROTECTED]
Subject: Re: Perl,Embperl,mod_perl,Apache on windows XP
Use GNU/Linux
On Wed, Feb 11, 2004 at 0
Use GNU/Linux
On Wed, Feb 11, 2004 at 09:16:45AM -, [EMAIL PROTECTED] wrote:
> Is there a recommended combination of versions for
>
> Perl,Embperl,mod_perl,Apache
>
> for running on a windows XP O/S?
>
> Any help/advice is gratefully recieved
>
> Gavin Williams
>
> -Original Me
Hi!
Since yesterday I have exactly the same configuration as you (cause Fedora Core
1 and Whitebox 3.0 both segfault when using GD::Graph).
I used apt to install apache2 and mod_perl (unstable tree).
I installed all perl modules including embperl using CPAN ('perl -MCPAN -eshell'
and then 'insta
[EMAIL PROTECTED] wrote:
> Is there a recommended combination of versions for
>
> Perl,Embperl,mod_perl,Apache
>
> for running on a windows XP O/S?
>
Embperl 2.0b10 mod_perl 1.xx Apache 1.3.xx
Apache 2 isn't yet supported, because it needs thread support inside
Embperl, which is planned for Embpe
Is there a recommended combination of versions for
Perl,Embperl,mod_perl,Apache
for running on a windows XP O/S?
Any help/advice is gratefully recieved
Gavin Williams
-Original Message-
From: Gerald Richter [mailto:[EMAIL PROTECTED]
Sent: 11 February 2004 04:34
To: [EMAIL PROTE