Hi All,

HTML::EmbperlObject is a really *great* tool. To use it properly, i have
some questions :

    <Location /blabla>
      PerlSetEnv    EMBPERL_OBJECT_BASE _base.epl
      PerlSetEnv   EMBPERL_FILESMATCH  "\.epl$"
      SetHandler    perl-script
      PerlHandler   HTML::EmbperlObject
    </location>

work fine, of course.

But what i would like to do is to mix cgi, mod_perl, embperl and
EmbperlObject files in the same directory structure.

for example to have *.opl for EmbperlObject, *.epl for embperl, *fpl for
mod_perl and standard *.cgi.

Why ? Because sometimes, i have sometink like this :
_base.epl, which point to :
_head.html (static file)
my_frame.cgi (*not* a Embperl file !)
_foot.fpl (mod_perl file)

But I cannot find a working configuration to do it, all files in
<Location xxx> are evaluated as Embperl files - and the Handlers for CGI
and mod_perl are lost in space.

is there a way to do it ? On future versions maybe ?


Thanks for help.

Cordialement,
Phil.



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

Reply via email to