> >
> > Did you set the EMBPERL_APPNAME ? That's very important!
>
> Yes, I did that after your last mail, but that doesn't change anything.
>
> > Try to set
> >
> > EMBPERL_SESSION_HANDLER_CASSS no
> >
> > at the top level. Outside of your virtual hosts.
>
> In that case I don't get any error mes
On Thu, Mar 21, 2002 at 12:21:18PM +0100, Gerald Richter wrote:
> From: "Gerald Richter" <[EMAIL PROTECTED]>
> To: "Jochen Topf" <[EMAIL PROTECTED]>
> Cc: <[EMAIL PROTECTED]>
> Subject: Re: Problem with configuration
> Date: Thu, 21 Mar 2002 1
>
> Doesn't help. When not using "PerlSetEnv" I will get an error message
>
Did you set the EMBPERL_APPNAME ? That's very important!
Try to set
EMBPERL_SESSION_HANDLER_CASSS no
at the top level. Outside of your virtual hosts.
Gerald
> -
> Set EMBPERL_SESSION_HANDLER_CASSS to 'no' to
On Thu, Mar 21, 2002 at 07:18:24AM +0100, Gerald Richter wrote:
> Does this change anything? If not what exactly is happeing? Do you get an
> error message?
Doesn't help. When not using "PerlSetEnv" I will get an error message
-
Set EMBPERL_SESSION_HANDLER_CASSS to 'no' to avoid this mes
> When using virtual hosts the configuration without PerlSetEnv doesn't work
> properly:
>
I have tried it here and don't get a problem. There is one thing I should
metion (that I missed to correctly document in 2.0b6, it's now in
README.v2).
For every container in your httpd.conf (e.g.
Virt
>
> If I leave out the 'PerlSetEnv' in *one* virtual host, it works. If I
leave
> it out in more than one virtual hosts, Embperl doesn't recognize the stuff
> any more.
>
I don't have a quick idea what's going wrong here. I have to look at this in
more detail later.
Gerald
-
When using virtual hosts the configuration without PerlSetEnv doesn't work
properly:
If I do this for several virtual hosts, everything is ok:
-
DocumentRoot XXX
...
PerlSetEnv EMBPERL_OBJECT_BASE base.epl
PerlSetEnv EMBPERL_SESSION_HANDLER_CLASS no
...
-
If I leave out