Hi,
you can set EMBPERL_OBJECT_FALLBACK, then this page is execute if a page
isn't found.
You can get the search path via
[-
$r = shift ;
$path = $r -> Path ;
-]
Gerald
-
Gerald Richterecos electronic communication services g
Ok some info to start off with:
Apache Session 1.5.3
Embperl 1.3.1
I have my apache httpd.conf set up with:
SetHandler perl-script
PerlHandler HTML::Embperl
Options ExecCGI
AddType text/html .epl
PerlSetEnv EMBPERL_DEBUG 2097152
PerlSetEnv EMBPERL_SESSION_CLASS "File Null"
P
> Ok some info to start off with:
> Apache Session 1.5.3
> Embperl 1.3.1
>...
> PerlSetEnv EMBPERL_SESSION_CLASS "File Null"
> PerlSetEnv SESSION_FILE_DIRECTORY "'Directory=/var/www/sessions'"
These two configuartion directives are very old and worked once when Apache
0.17 was there, now use
P
Hi Gerald,
On Mon, May 21, 2001 at 06:09:25PM +0200, Gerald Richter wrote:
> you can set EMBPERL_OBJECT_FALLBACK, then this page is execute if a page
> isn't found.
Yes, I know about EMBPERL_OBJECT_FALLBACK, but here I'm doing an
Embperl::Execute (of a component) not the initial
EmbperlObject::E
Hi,
>
> Yes, I know about EMBPERL_OBJECT_FALLBACK, but here I'm doing an
> Embperl::Execute (of a component) not the initial
> EmbperlObject::Execute, so I don't think this applies? An
> Embperl::Execute fallback option would be really useful here if such a
> thing does exist ...
>
In this case
Hi Gerald,
On Tue, May 22, 2001 at 07:33:38AM +0200, Gerald Richter wrote:
> > Yes, I know about EMBPERL_OBJECT_FALLBACK, but here I'm doing an
> > Embperl::Execute (of a component) not the initial
> > EmbperlObject::Execute, so I don't think this applies? An
> > Embperl::Execute fallback option