Re: Apache2:AuthCookie With httpd 2.4

2020-05-14 Thread Scott Alexander
______ From: André Warnier (tomcat/perl) Sent: 14 May 2020 14:40 To: modperl@perl.apache.org Subject: Re: Apache2:AuthCookie With httpd 2.4 Hi. Just some tips, to simplify the issue, below in the text : On 14.05.2020 06:09, Scott Alexander wrote: > Hi, > > Thanks for your answe

Re: Apache2:AuthCookie With httpd 2.4

2020-05-14 Thread tomcat/perl
-- *From:* Edward J. Sabol *Sent:* 12 May 2020 00:58 *To:* Scott Alexander *Cc:* mod_perl list *Subject:* Re: Apache2:AuthCookie With httpd 2.4 On May 11, 2020, at 8:58 AM, Scott Alexander wrote: I've included using https://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fmanpages.deb

Re: Apache2:AuthCookie With httpd 2.4

2020-05-13 Thread Scott Alexander
pache2:AuthCookie With httpd 2.4 On May 11, 2020, at 8:58 AM, Scott Alexander wrote: > I've included using > https://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fmanpages.debian.org%2Funstable%2Flibapache2-authcookie-perl%2FApache2_4%3A%3AAuthCookie

Re: Apache2:AuthCookie With httpd 2.4

2020-05-11 Thread Edward J. Sabol
On May 11, 2020, at 8:58 AM, Scott Alexander wrote: > I've included using > https://manpages.debian.org/unstable/libapache2-authcookie-perl/Apache2_4::AuthCookie.3pm.en.html > as an example > > # In httpd.conf or .htaccess: > PerlModule Sample::Apache2::AuthCookieHandler > PerlSetVar WhatEverP

Apache2:AuthCookie With httpd 2.4

2020-05-11 Thread Scott Alexander
HI, Any idea what would cause in error_log failed to resolve handler Sample::Apache2::AuthCookieHandler failed to resolve handler Sample::Apache2::AuthCookieHandler failed to resolve handler Sample::Apache2::AuthCookieHandler failed to resolve handler Sample::Apache2::AuthCookieHandler failed to

Re: Information on using Apache2::AuthCookie with httpd 2.4

2014-11-04 Thread Michael Schout
Hi, AuthCookie maintainer here. Basically I wouldn't advise deploying mod_perl against httpd 2.4 at this time. There is still no official mod_perl release that supports apache 2.4. In addition, the authorization API has been completely rewritten in apache 2.4, which means that all of your authc

Re: Information on using Apache2::AuthCookie with httpd 2.4

2014-10-24 Thread Scott Alexander
using Apache2::AuthCookie with httpd 2.4 On Tue, Oct 21, 2014 at 2:37 AM, Scott Alexander mailto:scott.alexan...@humak.fi>> wrote: Hi, I'm moving from Centos 6 to Centos 7, httpd is 2.4.6 Trying to get Apache2::AuthCookie to work with my module for authentication. Hello Sc

Re: Information on using Apache2::AuthCookie with httpd 2.4

2014-10-21 Thread Lathan Bidwell
On Tue, Oct 21, 2014 at 2:37 AM, Scott Alexander wrote: > Hi, > > > I'm moving from Centos 6 to Centos 7, httpd is 2.4.6 > > > Trying to get > > Apache2::AuthCookie to work with my module for authentication. > > > Hello Scott, You are not alone. with 2.4, you have to relearn all the quirks in

Information on using Apache2::AuthCookie with httpd 2.4

2014-10-20 Thread Scott Alexander
Hi, I'm moving from Centos 6 to Centos 7, httpd is 2.4.6 Trying to get Apache2::AuthCookie to work with my module for authentication. I've seen one message about useful information in the debian file /usr/share/doc/libapache2-authcookie-perl/README.apache-2.4 Does anyone have that? Any ot