Re: Problems with setting EMBPERL_SESSION_HANDLER_CLASS

2005-01-12 Thread Ryan C . Spaulding
That worked !! Thank you, Ryan On Jan 12, 2005, at 1:19 PM, Gerald Richter wrote: Added this in (httpd.conf): LoadModule embperl_module /usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi/auto/Embperl/ Embperl.so Below is the error: [EMAIL PROTECTED] root]# apachectl configtest Syntax error on l

RE: Problems with setting EMBPERL_SESSION_HANDLER_CLASS

2005-01-12 Thread Gerald Richter
> > Added this in (httpd.conf): > > LoadModule embperl_module > /usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi/auto/Embperl/ > Embperl.so > > Below is the error: > [EMAIL PROTECTED] root]# apachectl configtest Syntax error on > line 208 of /etc/httpd/conf/httpd.conf: > Cannot load > /us

Re: Problems with setting EMBPERL_SESSION_HANDLER_CLASS

2005-01-12 Thread Ryan C . Spaulding
On Jan 11, 2005, at 11:53 PM, Michael Stepanov wrote: Ryan C. Spaulding wrote: Hi Derrick, I suspect you've forgotten to load Embperl.so. You should add LoadModule embperl_module /some-dirs/Embperl.so before using special Embperl directives like EMBPERL_SESSION_HANDLER_CLASS. Added this

Re: Problems with setting EMBPERL_SESSION_HANDLER_CLASS

2005-01-11 Thread Michael Stepanov
Ryan C. Spaulding wrote: Hi Derrick, I suspect you've forgotten to load Embperl.so. You should add LoadModule embperl_module /some-dirs/Embperl.so before using special Embperl directives like EMBPERL_SESSION_HANDLER_CLASS. ServerAdmin [EMAIL PROTECTED] DocumentRoot /web/testweb/ht

Re: Problems with setting EMBPERL_SESSION_HANDLER_CLASS

2005-01-11 Thread Ryan C . Spaulding
Hi Derrick, ServerAdmin [EMAIL PROTECTED] DocumentRoot /web/testweb/htdocs/ ServerName testweb.nas.nasa.gov # # Dav on # RewriteEngine On #RewriteRule ^/iCal(/?.*) https://testweb.nas.nasa.gov/iCal$1 [R,L] #SetEnv EMBPERL_SESS

Re: Problems with setting EMBPERL_SESSION_HANDLER_CLASS

2005-01-11 Thread Derrick Spell
On Jan 11, 2005, at 3:48 PM, Ryan C. Spaulding wrote: Hi, I am currently running: Embperl-2.0rc2-1 httpd-2.0.46 on Redhat Enterprise AS 3.2-1 PerlSetEnv EMBPERL_SESSION_HANDLER_CLASS no With Embperl2, you no longer need the PerlSetEnv. Try taking this out and see if it takes care of the