> I wonder why embperl is not using base.html from the root or from the real
> (relative) directory /doc/ (that is C:\Apache\htdocs\doc\base.html)
>
Because Apache doesn't tell Embperl about the "real" directory. Embperl
doesn't know about the Alias. You may add a EMBPERL_OBJECT_ADDPATH to force
Gerald Richter schrieb:
> Hi,
> >
> > Without using Embperl::Object in root the link
> >
> > Oracle Dokumentation
> >
> > works very well, but with Embperl::Object I got the error message
> >
> > Not Found
>
> Take a look at the error log. This should show you which page isn't found.
Hi,
>
> Without using Embperl::Object in root the link
>
> Oracle Dokumentation
>
> works very well, but with Embperl::Object I got the error message
>
> Not Found
Take a look at the error log. This should show you which page isn't found.
If this doesn't help enable dbgObjectSearch in
Hi,
I'm a newbie and I have a problem with alias-paths:
My httpd.conf (apache under Win2k Server)
Alias /doc/oracle/ "e:/oracle/ora81/doc/"
Alias /doc/perl/ "e:/datenuebernahme/perl/html/"
EMBPERL_APPNAME intranet
EMBPERL_OBJECT_BASE base.html
EMBPERL_UR