ENV problems when upgrading to Apache2.0

2004-08-10 Thread Ryan C . Spaulding
Hi, Sorry for my lack of Embperl knowledge but I am a system administrator that had to take over some code. I recently upgraded Apache from 1.3.x to 2.0.46 and now the REMOTE_USER environment variable is not getting set. Currently I am running Embperl version 1.3.4 as a cgi. I did a couple of t

Re: ENV problems when upgrading to Apache2.0

2004-08-11 Thread Ryan C . Spaulding
Hi Gerald, I was thinking of adding my own ENV to solve this problem. I will let you know how it goes. Thank you, Ryan On Aug 10, 2004, at 9:14 PM, Gerald Richter wrote: Looking at the log files it seems that with Embperl running as a cgi the request is actually a redirect. That depends on the way

Problems with setting EMBPERL_SESSION_HANDLER_CLASS

2005-01-11 Thread Ryan C . Spaulding
Hi, I am currently running: Embperl-2.0rc2-1 httpd-2.0.46 on Redhat Enterprise AS 3.2-1 My Apache configuration: ServerAdmin [EMAIL PROTECTED] DocumentRoot /web/testweb/htdocs/ ServerName testweb.nas.nasa.gov RewriteEngine On #SetEnv EMBPERL_SESSION_HANDLER_CLASS no

Re: Problems with setting EMBPERL_SESSION_HANDLER_CLASS

2005-01-11 Thread Ryan C . Spaulding
5, 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 error message,

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

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