Re: New release of libapreq2 (Was: Re: Question about Apache 2.4 and libapreq2 (Apache2::Request))

2019-10-24 Thread Steve Hay
On Thu, 24 Oct 2019 at 15:50, wrote: > > On Wednesday 06 September 2017 08:23:12 Steve Hay wrote: > > On 19 January 2017 at 14:25, Issac Goldstand wrote: > > > That release was canceled due to lack of votes, > > Hello Issac! Have you released this version on cpan as trial release for > testing?

New release of libapreq2 (Was: Re: Question about Apache 2.4 and libapreq2 (Apache2::Request))

2019-10-24 Thread pali
On Wednesday 06 September 2017 08:23:12 Steve Hay wrote: > On 19 January 2017 at 14:25, Issac Goldstand wrote: > > That release was canceled due to lack of votes, Hello Issac! Have you released this version on cpan as trial release for testing? I have not found it on https://metacpan.org/releas

Re: Question about Apache 2.4 and libapreq2 (Apache2::Request)

2017-09-06 Thread Steve Hay
;> >> * JW wrote: >> >>> Date: Wed, 18 Jan 2017 20:06:41 + >>> From: JW >>> To: "modperl@perl.apache.org" >>> Subject: Question about Apache 2.4 and libapreq2 (Apache2::Request) >>> >>> >>> Hi, >>>

Re: Question about Apache 2.4 and libapreq2 (Apache2::Request)

2017-03-13 Thread William A Rowe Jr
lliam A Rowe Jr > To: httpd ; modperl@perl.apache.org > Cc: JW > Sent: Monday, March 13, 2017 4:53 PM > > Subject: Re: Question about Apache 2.4 and libapreq2 (Apache2::Request) > > This has occurred in multiple contexts, including throwing segfaults in the > modperl test

Re: Question about Apache 2.4 and libapreq2 (Apache2::Request)

2017-03-13 Thread JW
To: httpd ; modperl@perl.apache.org Cc: JW Sent: Monday, March 13, 2017 4:53 PM Subject: Re: Question about Apache 2.4 and libapreq2 (Apache2::Request) This has occurred in multiple contexts, including throwing segfaults in the modperl test framework (connection handler, so no req_rec.) Wondering

Re: Question about Apache 2.4 and libapreq2 (Apache2::Request)

2017-03-13 Thread William A Rowe Jr
13, 2017 at 6:28 PM, JW wrote: > > From: William A Rowe Jr > To: JW > Cc: "modperl@perl.apache.org" > Sent: Friday, March 10, 2017 1:44 PM > Subject: Re: Question about Apache 2.4 and libapreq2 (Apache2::Request) > > On Thu,

Re: Question about Apache 2.4 and libapreq2 (Apache2::Request)

2017-03-10 Thread William A Rowe Jr
On Thu, Mar 9, 2017 at 9:53 PM, JW wrote: > > It's been over a month since moving to Apache 2.4. It was fairly > straightforward and required > little code to be updated, most of it Apache config. Everything runs as it > did before the update and I've > had no problems. The one function that didn'

Re: Question about Apache 2.4 and libapreq2 (Apache2::Request)

2017-03-10 Thread Jie Gao
* JW wrote: > This mod_perl server is behind a proxy on the same machine. Under Apache 2.2, > $r->remote_ip() > returned 127.0.0.1 and not the user's actual IP.  So, a > PerlPostReadRequestHandler extracted the user's > IP address from the X-Forwarded-For header and set it with $r->remote_ip(

Re: Question about Apache 2.4 and libapreq2 (Apache2::Request)

2017-03-09 Thread Jie Gao
* JW wrote: > Date: Fri, 10 Mar 2017 03:53:27 + > From: JW > To: "modperl@perl.apache.org" > Subject: Re: Question about Apache 2.4 and libapreq2 (Apache2::Request) > > Hi, > Back in January I was planning on moving to Apache 2.4+mod_perl+libapreq2 >

Re: Question about Apache 2.4 and libapreq2 (Apache2::Request)

2017-03-09 Thread JW
Hi, Back in January I was planning on moving to Apache 2.4+mod_perl+libapreq2 from Apache 2.2+mod_perl+libapreq2. I'd asked if anyone had problems doing a similar move -- the answer was no. Thank you again to everyone who replied my earlier post.  It's been over a month since moving to Apache

Re: Question about Apache 2.4 and libapreq2 (Apache2::Request)

2017-01-20 Thread JW
On Wed, 18 Jan 2017 20:06:41 + (UTC) JW wrote: >  before I make a permanent switch to Apache 2.4, I was wondering if anyone >doing a similar upgrade experienced problems using libapreq2 and what >alternative(s) they chose. > You are more likely to encounter problems with Apache t

Re: Question about Apache 2.4 and libapreq2 (Apache2::Request)

2017-01-19 Thread Issac Goldstand
a month ago, and it is available at https://home.apache.org/~issac/libapreq2-2.14.tar.gz . Regards, Jie * JW wrote: Date: Wed, 18 Jan 2017 20:06:41 + From: JW To: "modperl@perl.apache.org" Subject: Question about Apache 2.4 and libapreq2 (Apache2::Request) Hi, I cur

Re: Question about Apache 2.4 and libapreq2 (Apache2::Request)

2017-01-19 Thread Vincent Veyron
On Wed, 18 Jan 2017 20:06:41 + (UTC) JW wrote: > before I make a permanent switch to Apache 2.4, I was wondering if anyone > doing a similar upgrade experienced problems using libapreq2 and what > alternative(s) they chose. > You are more likely to encounter problems with Apache than li

Re: Question about Apache 2.4 and libapreq2 (Apache2::Request)

2017-01-18 Thread Jie Gao
There was a new release candidate over a month ago, and it is available at https://home.apache.org/~issac/libapreq2-2.14.tar.gz . Regards, Jie * JW wrote: > Date: Wed, 18 Jan 2017 20:06:41 + > From: JW > To: "modperl@perl.apache.org" > Subject: Questio

Re: Question about Apache 2.4 and libapreq2 (Apache2::Request)

2017-01-18 Thread Joseph Schaefer
We've been using apreq with 2.4 for two years without issue at work. I can't imagine why anyone would have a problem with it on any version of httpd 2.x. Sent from my iPhone > On Jan 18, 2017, at 3:06 PM, JW wrote: > > > Hi, > > I currently use Apache 2.2, mod_perl and libapreq2 (for Apache

Question about Apache 2.4 and libapreq2 (Apache2::Request)

2017-01-18 Thread JW
Hi, I currently use Apache 2.2, mod_perl and libapreq2 (for Apache2::Request and Apache2::Cookie). I did a test installation of Apache 2.4 (yum), mod_perl (source) and libapreq2-2.13 (source). and it seems to work fine. The last update of libapreq2 was in 2010. I'm aware that not every librar