Re: [ANNOUNCE] Apache2::AuthAny

2011-03-25 Thread Kim Goldov
AuthAny has its own Authen and Authz handlers, however instead of returning a 401, these handlers redirect to a "GATE" page which contains links for each provider. The "basic auth" type links point to a directory with a random value appended. This random value is kept in the database and cycled wit

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

2011-03-25 Thread shant.....
Hi All, How do i know mod_perl 2 built with backward compatible with mod_perl 1 -- Life is Just a dream on the way to death... Regards Shantlingayya

Re: how to check MP_COMPAT_1X value ?

2011-03-25 Thread shant.....
> Is there any way i know the value of MP_COMPAT_1X . I have an apache 2.2 > /mod_perl 2 installed on solaris os. > > Thansk > Shant > > -- > Life is Just a dream on the way to death... > Regards > Shantlingayya > -- Life is Just a dream on the way to death... Regards Shantlin

how to check MP_COMPAT_1X value ?

2011-03-25 Thread shant.....
Hi All, Is there any way i know the value of MP_COMPAT_1X . I have an apache 2.2 installed on solaris os. Thansk Shant -- Life is Just a dream on the way to death... Regards Shantlingayya

Re: [ANNOUNCE] Apache2::AuthAny

2011-03-25 Thread Perrin Harkins
On Wed, Mar 23, 2011 at 4:52 PM, Kim Goldov wrote: > We would like to release Apache2::AuthAny on CPAN. Please go ahead! How did you implement the logout for HTTP auth? - Perrin