funny action of crypt

2004-03-03 Thread hara
Hi I have a problem when my apache_1.3.29 w/ mod_perl 1.29 runs PerlRun and some CGI scripts with password encryption. Script is ... $password = crypt($password, &mkSalt($name.$password.$value) ); sub mkSalt { local($t, $sum, @salt ) = @_; @salt = split(//,

"Require"

2004-03-04 Thread hara
Hi I am using mod_perl 1.29 and perl 5.8.0 on apache_1.3.29 running on RedHat 8.0. CGI scripts have some "require" and some of require are called by PerlRun but some are not... So this output following error message below.. PerlRun: `Undefined subroutine &Apache::RO

[Fwd: Re:

2004-03-05 Thread hara
encode($_); $_ = $back.$mime_head.$_.$mime_tail; if ($blen + (length) + $flen > $limit){ $_."\n "; }else{ $_.$forw; } } } They are written in same cgi script.. -hara --

[Fwd: Re:"Require"

2004-03-05 Thread hara
$_ .= $jis_out; $_ = &base64encode($_); $_ = $back.$mime_head.$_.$mime_tail; if ($blen + (length) + $flen > $limit){ $_."\n "; }else{ $_.$forw; } } } They are written in same cg

[Fwd: Re: [Fwd: Re:

2004-03-05 Thread hara
-- オリジナルメッセージ -- 件名: Re: [Fwd: Re:"Require" 差出人: "Perrin Harkins" <[EMAIL PROTECTED]> 日付: 2004年 3月 5日 (金) 11:04 am [EMAIL PROTECTED](B: [EMAIL PROTECTED] Cc: "Modper

Hi

2006-08-19 Thread hara
Hi People.

PerlLogHandler and DB_File

2006-08-19 Thread hara
alled.\n [Sat Aug 19 16:11:36 2006] [error] Undefined subroutine &Apache::DumpHeaders::handler called.\n This module(Apache::DumpHeaders) works fine without adding DB_file in the script. Is there any reason not to use DB_File for PerlLogHandler?? Please help Hara

Re: PerlLogHandler and DB_File

2006-08-20 Thread hara
Hi My redhat has installed with db2 and db4. This makes comfict to mod_perl. Ununstalled db2 and reinstalled apache again. Then it works now. Thank you for reply. hara wrote: > Hi > > While modifying DumpHeaders.pm with mod_perl-1.29 + apache-1.3.34, it shows > following er