Re: [RELEASE CANDIDATE] Apache-SizeLimit 0.94 RC1

2010-12-28 Thread Fred Moyer
On Sun, Dec 19, 2010 at 11:38 AM, Fred Moyer wrote: > That's right folks, one more module to release before the 2.0.5 > release cycle starts.  You know the drill - download, test, and report > back. > > http://people.apache.org/~phred/Apache-SizeLimit-0.94-rc1.tar.gz +1 on Linux/2.2.9/2.05-dev/5.

Re: You can call me code elf (was: [RELEASE CANDIDATE] Apache-Test-1.34 RC1)

2010-12-28 Thread Fred Moyer
2010/12/27 Torsten Förtsch : > On Thursday, December 16, 2010 01:07:00 Fred Moyer wrote: >> Maybe a code elf will come >> out of the woodwork and magically fix it... :) > Fixed in revision 1053063. > > Apache::Test users, please test this revision with your modules. See > >  svn log -r 1053063 >

RE: Constant subroutine redefined at Apache/PerlRun.pm line 360

2010-12-28 Thread Peram, Sudhakara
Thank you Fred Moyer! -Original Message- From: Fred Moyer [mailto:f...@redhotpenguin.com] Sent: Tuesday, December 28, 2010 8:25 PM To: Peram, Sudhakara Cc: modperl@perl.apache.org Subject: Re: Constant subroutine redefined at Apache/PerlRun.pm line 360 On Tue, Dec 28, 2010 at 5:19 PM,

Re: Constant subroutine redefined at Apache/PerlRun.pm line 360

2010-12-28 Thread Fred Moyer
On Tue, Dec 28, 2010 at 5:19 PM, Peram, Sudhakara wrote: > As per our application architecture we need to ENV variables from perl > script to another perl script and the same feature is disabled in Apache2 & > mod_perl2. Because of this reason we are stick to mod_perl1. Before sticking > to mod_pe

RE: Constant subroutine redefined at Apache/PerlRun.pm line 360

2010-12-28 Thread Peram, Sudhakara
Thank you Fred Moyer for your response. As per our application architecture we need to ENV variables from perl script to another perl script and the same feature is disabled in Apache2 & mod_perl2. Because of this reason we are stick to mod_perl1. Before sticking to mod_per1, I tried with mod_p

Re: Constant subroutine redefined at Apache/PerlRun.pm line 360

2010-12-28 Thread Fred Moyer
On Tue, Dec 28, 2010 at 4:56 PM, Peram, Sudhakara wrote: > Hi All > > > > I am migrating Perl 5.005 to 5.12.2, Apache 1.3.9 to 1.3.42 and mod_perl > 1.21 to 1.31. But I am getting following warnings in error_log file. For what it is worth, you may want to upgrade to Apache 2.2.x and mod_perl 2.0.

BerkeleyDB error

2010-12-28 Thread Peram, Sudhakara
Hi All I am migrating Perl 5.005 to 5.12.2, Apache 1.3.9 to 1.3.42, mod_perl 1.21 to 1.31 and BerkeleyDB 3.x to 5.x We are setting ENV variables through GUI and executing perl script in background through GUI. In that perl script we are using same libraries which we used in GUI scripts. I a

Constant subroutine redefined at Apache/PerlRun.pm line 360

2010-12-28 Thread Peram, Sudhakara
Hi All I am migrating Perl 5.005 to 5.12.2, Apache 1.3.9 to 1.3.42 and mod_perl 1.21 to 1.31. But I am getting following warnings in error_log file. Message in error_log: Constant subroutine Apache::ROOT::xx redefined at ~/lib/perl5/site_perl/5.12.2/sun4-solaris-64int/Apache/PerlRu

Re: Set AuthName to prompt for sequential passwords

2010-12-28 Thread David Nicol
> Matt Puumala wrote: >> >> Greetings! >> >> I am trying to make a two-factor authentication module, built on >> AuthType Basic. (google for Perfect Paper Passwords for the scheme I'm >> using).  To make it work, I need to be able to prompt the user to type >> in two passwords sequentially. my th