>
> Could someone create the final version of this. I am trying
> to set up an Apache 2.0.54 server with mod_perl 2.0.0-RC6 and
> apparently I need the fixes that go along with the new mod_perl.
>
I have some trouble with old Apache's and this version, but not enought time
to fix it yet (beca
>
> I want to set up a method accessed from the request object
> that will allow me the option to create a page title based on
> the path to the page. What I was thinking was:
>
In your page you say
[! Execute ({isa => 'title.epl'}) !]
In your title.epl you say
[! Execute ({isa => '../titl
>
> > Alas, Novell doesn't include Embperl with its distribution. It does
> > however have Apache 2 and mod_perl 2. How dificult is it to get
> > Embperl 2 to run on top of that?
>
> SUSE 9.3 with apache2, apache2-devel. mod_perl 2 and either
> apache-prefork or apache-worker doesn't seem to l
Hi!
>
> What kind of consequences does this mean for upgrading mod_perl2 and
> Embperl2 on current installations ?
>
Inside Embperl nothing will change, but as far as you use any Apache::
objects, you have to rename Apache:: to Apache2:: all over the place. See
http://perl.apache.org/docs/2.0/re
>
> There is no behavior changes even if I put "LoadModule
> embperl_module..."
> in the httpd.conf. The behavior is same even if I compile
> EmbPerl with or without mod_perl support, but in both case
> the Execute is called from a modperl script.
>
Could you try to run with the mod_perl opt
Kaare Rasmussen wrote:
# make test
If I ignore the test and just make install, it sort of works. Strange thing is
that
EMBPERL_APPNAME freemoney
EMBPERL_OBJECT_BASE base.tepl
EMBPERL_URIMATCH "\.htm.?|\.epl$"
EMBPERL_SESSION_HANDLER_CLASS "no"
EMBPERL_FILESMATCH "\.htm.?|\.epl$"
Could someone create the final version of this. I am trying to set
up an Apache 2.0.54 server with mod_perl 2.0.0-RC6 and apparently I need
the fixes that go along with the new mod_perl.
I can't use CVS because of our firewall, so a packaged up version
of Embperl that works with the new mod_perl
I want to set up a method accessed from the request object that will allow me the option to create a page title based on the path to the page. What I was thinking was:/base.epl[! sub title { print OUT "Company"; } !][- $req = shift -][- $req->title() -]/title.epl[! sub title { print OUT " "; } !]/
> # make test
If I ignore the test and just make install, it sort of works. Strange thing is
that
EMBPERL_APPNAME freemoney
EMBPERL_OBJECT_BASE base.tepl
EMBPERL_URIMATCH "\.htm.?|\.epl$"
EMBPERL_SESSION_HANDLER_CLASS "no"
EMBPERL_FILESMATCH "\.htm.?|\.epl$"
results in a startup mess