Hi,

>
> 1. What happened to EMBPERL_VIRTLOG???
>    (didn't work with PerlSetEnv either)
>     - this worked for me with 2.0b5
>

It's missing in b7, because of the internal changes, but should come in
again at some point

> 2. EMBPERL_OBJECT_BASE does not seem to work in my Location pragma
>     - given the config below, I would just get an error in the
>       embperl.log about 'kaka.epl' not being found.

This looks like the EMBPERL_APPNAME isn't set inside the Location block
(Yes, I see it's there, but maybe it wasn't when you does this test?)

>     - without the 'root' directive, errormsg changed to '_base.epl'
>       cannot be found.
>

What do you mean by 'root' diretive?

> 3. Is the 'chdir' broken?

b7 does for performance reasons not really make a chdir anymore. It still
handles calls to Execute relative to the diretory of the current script, but
for external files you have to do it on your own. You can get the current
directory with

[-

$r = shift ;
$dir = $r -> component -> cwd ;
-]

>
> 4. Here is the *real* newbie quesion: Is there an easy way to set options?
>     (aka a readable alternative to the EMBPERL_OPTIONS bitmask)
>     would a start.pl script which each option listed work?
>

You would be able to use a <Perl> Section and take the Constants from
Embperl::Constant, but I plan to support clear text names for debug and
option settings in one of the next releases.

> 5. And finally the can of worms that I spent a bit of time on: The
'Indexes' thing
>     Under 2.0b5 I had 'Indexes' turned on so I could go to the dir and run
>     the script I wanted to test.  It worked.
>
>     Under 2.0b7, it stopped working.

Yes, this is still a pending issue. I have to tell Embperl to stop working
on directories, for now it should be ok to use the EMBPERL_URIMATCH to
restrict the access to html, epl etc files

Gerald




-------------------------------------------------------------
Gerald Richter    ecos electronic communication services gmbh
Internetconnect * Webserver/-design/-datenbanken * Consulting

Post:       Tulpenstrasse 5         D-55276 Dienheim b. Mainz
E-Mail:     [EMAIL PROTECTED]         Voice:    +49 6133 925131
WWW:        http://www.ecos.de      Fax:      +49 6133 925152
-------------------------------------------------------------


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to