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
>
> 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
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
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
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
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