Hi,
I am currently running:
Embperl-2.0rc2-1 httpd-2.0.46 on Redhat Enterprise AS 3.2-1
My Apache configuration:
<VirtualHost *:80> ServerAdmin [EMAIL PROTECTED] DocumentRoot /web/testweb/htdocs/ ServerName testweb.nas.nasa.gov
RewriteEngine On
#SetEnv EMBPERL_SESSION_HANDLER_CLASS no PerlModule Embperl PerlSetEnv EMBPERL_SESSION_HANDLER_CLASS no #SetEnv EMBPERL_SESSION_HANDLER_CLASS no <Directory "/web/testweb/htdocs/wags"> #PerlSetVar EMBPERL_SESSION_HANDLER_CLASS no #SetEnv EMBPERL_SESSION_HANDLER_CLASS no SetHandler perl-script PerlHandler Embperl AllowOverride FileInfo AuthConfig Indexes Limit Options Options ExecCGI </Directory>
</VirtualHost>
Below is the error message when I start apache (NOTE: this is the only time when this error occurs):
[EMAIL PROTECTED] root]# apachectl start
[29532]ERR: 66: Embperl Session handling DISABLED because of the following error: Can't locate Apache/SessionX.pm in @INC (@INC contains: /usr/lib/perl5/5.8.0/i386-linux-thread-multi /usr/lib/perl5/5.8.0 /usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.0 /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.8.0/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.0 /usr/lib/perl5/vendor_perl /usr/lib/perl5/5.8.0/i386-linux-thread-multi /usr/lib/perl5/5.8.0 . /etc/httpd/ /etc/httpd/lib/perl) at
(eval 3) line 3.Set EMBPERL_SESSION_HANDLER_CLASS to 'no' to avoid this message.
So is there some other place other than httpd.conf that I should be setting this variable? All of my pages still work fine but I can not seem to get rid of this error message. I have also tried to set the variable above in the global configuration but with the same results.
Thank you,
Ryan
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]