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 => '../title.epl'}) !]
Greetings Gerald,
I'm eagerly awaiting RC4 as well. Can I safely use the builds located here:
http://cvs.apache.org/snapshots/embperl
Thanks,
Matt Bockol
Gerald Richter wrote:
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.
Does anybody know what could make Embperl stop processing a page? I
have a page that is being processed by Embperl::Object - i know
because my template is being applied - but at the bottom of the
requested page I have some output of fields in $udat. These
statements are being passed direc
> title "Base : Level 0". Is there anything I can do to make
> the Execute isa in the base.epl actually include the
> title.epl in the requested directory?
>
Change the [! Execute({isa => 'title.epl'}); !] in base.epl to
[- Execute({isa => 'title.epl'}); -]
, because the search path is not s
>
> I'm eagerly awaiting RC4 as well. Can I safely use the
> builds located here:
>
> http://cvs.apache.org/snapshots/embperl
>
Yes, you can.
In case you have trouble building the CVS version I can send you and update
by private email
Gerald
> Thanks,
> Matt Bockol
>
>
>
> Gerald Richt
title "Base : Level 0". Is there anything I can do to make
the Execute isa in the base.epl actually include the
title.epl in the requested directory?
Change the [! Execute({isa => 'title.epl'}); !] in base.epl to
[- Execute({isa => 'title.epl'}); -]
, because the search path is not set when
Hi
> do you have LoadModule embperl_module "/path/to/Embperl.so" in apache
> config?
Thanks for the advice.
I did include it in the configuration file, but it is alas one of the files
that SUSE decides to overwrite on startup. It wants to do some magic so I
have to do some un-magic so it can
Derrick Spell wrote:
Here is the snippet of the page that isn't being processed. It
happens to be the only Embperl on the page:
[+ $udat{time} +]
[+ $udat{pathway} +][+ $udat{referrer} +]
Turn on all the Embperl debugging flags to show everything going on.
Request the page, th