I'm getting this garbage in my logs: 

 

--- snip ---

ERR:  66:  Embperl Session handling DISABLED because of the following
error: Can't locate Apache/SessionX.pm in @INC ...

Set EMBPERL_SESSION_HANDLER_CLASS to 'no' to avoid this message.

--- end snip ---

 

I've read up on this a bit, and it seems that I should be able to do
this:

 

$ENV{'EMBPERL_SESSION_HANDLER_CLASS'} = 'no';

 

In my CGI or at least set the environment variable for apache and put
this is my httpd.conf

 

PassEnv EMBPERL_SESSION_HANDLER_CLASS

 

Neither of these work. I understand that putting the following in my
httpd.conf should work assuming that I've loaded mod_embperl & mod_perl:

 

EMBPERL_SESSION_HANDLER_CLASS no

 

However, *I don't have mod_perl*. Is there any way to turn this message
off without mod_perl?

 

Thanks.

 

Jon Thompson

Administrative Systems Integration Specialist

Midwestern University

19555 N 59th Avenue

Glendale, AZ 85308

T 623-572-3303

F 623-572-3292

 

Reply via email to