On Wednesday 21 April 2004 06:33 pm, Gerald Richter wrote:
> > OK. I thought I was using Embperl::Object, but now I'm trying
> > Embperl_Path.
>
> Yes, you do, so you have to use Embperl_Object_Addpath, because
> EMbperl::Object already sets it#s own search path, which is from the
> requested document to the place where document-base.epl is found
>
> http://perl.apache.org/embperl/pod/intro/IntroEmbperlObject.htm and
> http://perl.apache.org/embperl/pod/intro/IntroEmbperl2.htm are an
> introduction to how Embperl::Object searching works.
>
>
>  Embperl_Obejct_AddPath "/home/test/httpd/2.1/htdocs/resume/objects"
>
> > <VirtualHost localhost:8080>
> >   ServerName resume.test.com
> >   DocumentRoot "/home/test/httpd/2.1/htdocs/resume"
> >   <Directory "/home/test/httpd/2.1/htdocs/resume">
> >     EMBPERL_APPNAME my_resume_app
> >     EMBPERL_OBJECT_BASE document-base.epl
> >     <FilesMatch "\.html$">
> >        SetHandler perl-script
> >        PerlHandler Embperl::Object
> >        Options ExecCGI
> >     </FilesMatch>
> >     <FilesMatch ".*\.epl$">
> >        Order allow,deny
> >        Deny From all
> >     </FilesMatch>
> >   </Directory>
> > </VirtualHost>
>

Gerald -

Thank you, vielen Dank, all is fine.

Aloha => Beau;


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

Reply via email to