Thank you for the help, 

my next question lies in the same area, I feel it's a
misconfiguration issue and I hope it won't bother
people on this list if it's outside the scope.

I am loading Embperl from a startup script
(Apache2/mod_perl2)
---in httpd.conf
PerlRequire /path/startup.pl
 EMBPERL_OPTIONS 16

---in startup.pl
use Embperl;

I get the error: 
Syntax error on line 11076 of httpd.conf:
Invalid command 'EMBPERL_OPTIONS', perhaps mis-spelled
or defined by a module not included in the server
configuration

if I put PerlSetEnv in front of it no error is
reported. Still, I don't get the result I want
(original error (EMBPERL_OBJECT_BASE stuck to
_base.epl!)

What's going wrong ? 

Thank  you for the help 
--- Gerald Richter <[EMAIL PROTECTED]> wrote:
> 
> Hello,
> >
> > I am having a problem changing the objectbase file
> > name: _base.epl.
> > The system is working when this file exists. I am
> > having a "File not found" when I change the
> > EMBPERL_OBJECT_BASE to another filename, i.e.:
> >
> > PerSetEvn EMBPERL_OBJECT_BASE base.htm
> >
> 
> In Embperl 2 you don't need the PerlSetEnv (and it
> will not work, unless you
> have set Embperl_UseEnv to on)
> 
> EMBPERL_OBJECT_BASE base.htm
> 
> If you define this Base inside of a container (e.g.
> <directory> odr
> <location> block) you addtionaly set
> 
> EMBPERL_APPNAME
> 
> to some unquie name (the value itself doen't
> matter). I will change the need
> to set APPNAME in some of the next releases, but at
> the moment you need it.
> 
> 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]
> 


__________________________________________________
Do You Yahoo!?
Yahoo! Health - Feel better, live better
http://health.yahoo.com

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

Reply via email to