Re: mod_perl.so compatiable issue

2011-03-26 Thread Fred Moyer
On Mon, Mar 21, 2011 at 6:45 AM, deepakarun wrote: > > I am trying to install Bugzilla software in Apache Web Server. I am trying = > to use mod_perl option. The source I used is mod_perl-2.0.5-i35fJ9, I execu= Looks like you are installing mod_perl2 from the source provided by a source rpm. Can

Re: [ANNOUNCE] Apache2::AuthAny

2011-03-26 Thread Fred Moyer
Yes, please post a link to the source! A good place to post development versions before uploading an 'official' release to CPAN is GitHub - http://github.com On Wed, Mar 23, 2011 at 1:52 PM, Kim Goldov wrote: > I’ve created a module we are calling Apache2::AuthAny. The module utilizes > other au

Re: How do i know mod_perl 2 built with backward compatible with mod_perl 1

2011-03-26 Thread Perrin Harkins
On Fri, Mar 25, 2011 at 4:56 PM, shant. wrote: > How do i know mod_perl 2 built with backward compatible with mod_perl 1 Apache::compat is always included. That's the primary mechanism of backwards compatibility in mod_perl 2. - Perrin

Re: [ANNOUNCE] Apache2::AuthAny

2011-03-26 Thread Perrin Harkins
On Fri, Mar 25, 2011 at 8:15 PM, Kim Goldov wrote: > The "basic auth" type links point to a directory with a > random value appended. This random value is kept in the database and cycled > with each logout. Very clever! Thanks for your contribution to CPAN. - Perrin