Ok I found something and this is strange.
If I replace
LoadModule embperl_module libexec/apache2/Embperl.so
with
LoadModule embperl_module
"/Users/marcus/src/Embperl-2.4.0_2/blib/arch/auto/Embperl/Embperl.bundle"
then
the embperl configuration settings are honored.
To dig into this
Hi,
you only need to use "Embperl_UseEnv on" if you need to set the configuration
via the environment (i.e. when you use SetEnv or PerlSetEnv).
As long as you use mod_perl there is no need for SetEnv and all configuration
directives are Apache directives, regardless in which section they
I suggest setting EMBPERL_LOG to -1 and take a look at the embperl.log file.
That might shed some light what is going on here
Gerald
From: Marcus Doemling [mailto:[email protected]]
Sent: Monday, April 19, 2010 1:34 AM
To: [email protected]
Subject: RE: Embperl BETA 2.4.0 is ava