Hi,
I renamed libapreq2.so.3.8.1 which came with the Debian package
libapache2-mod-apreq2 (2.17, buggy as we know),
I recompiled libapreq2.so.3.8.1 from svn trunk, and re-linked libapreq2.so.3 to
it; the install script in trunk failed so I simply copied the file into the
proper directory
libapreq2-2.17 Released
The Apache Software Foundation and The Apache HTTP Server Project
are pleased to announce the 2.17 release of libapreq2. This
Announcement notes significant changes introduced by this release.
libapreq2-2.17 is released under the Apache License
version 2.0. It
For those who are interested, I have uploaded a 64-bit build of
mod_perl-2.0.12 and libapreq2-2.16 components compatible with Apache
Lounge 2.4.52 (Win64, VC16, built 20 December 2021) and Strawberry
Perl 5.32.1.1 (64bit).
You can download it from: https://home.apache.org/~stevehay/
The SHA1
libapreq2-2.16 Released
The Apache Software Foundation and The Apache HTTP Server Project
are pleased to announce the 2.16 release of libapreq2. This
Announcement notes significant changes introduced by this release.
libapreq2-2.16 is released under the Apache License
version 2.0. It
it
> interacts with Apache).
> I think that nothing else really "registered", even over many OSes such as
> all the
> versions of Windows-es, SunOS, Solaris, HP/UX, AIX, Unix-es, Linux, to
> name only the few
> which I remember running our applications on. Applications of which we
&g
olaris, HP/UX, AIX, Unix-es, Linux, to name only the few
which I remember running our applications on. Applications of which we only ever needed
one version, running everywhere.
On 05.03.2021 13:12, Steve Hay wrote:
For those who are interested, I have uploaded a 64-bit build of
mod_perl-2.0.11 a
For those who are interested, I have uploaded a 64-bit build of
mod_perl-2.0.11 and libapreq2-2.15 components compatible with Apache
Lounge 2.4.46 (Win64, VC16, built 18 February 2021) and Strawberry
Perl 5.32.1.1 (64bit).
You can download it from: https://people.apache.org/~stevehay/
The SHA1
reasons I won't get
into. Previous build systems detected this and added "-m32" automatically where
appropriate, but, when building libapreq2-2.15, I had to explicitly specify
CFLAGS=-m32 to get it to build and test properly. No big deal. I realize
compiling for 32-bits on a 64-bit
CVE-2019-12412: libapreq2 null pointer dereference
Severity: important
Vendor: The Apache Software Foundation
Versions Affected:
libapreq2 2.07 to 2.13
Description:
In libapreq2 versions 2.07 through 2.13 inclusive, a flaw in the
multipart parser can deference a null pointer leading to a
libapreq2-2.15 Released
The Apache Software Foundation and The Apache HTTP Server Project
are pleased to announce the 2.15 release of libapreq2. This
Announcement notes significant changes introduced by this release.
libapreq2-2.15 is released under the Apache License
version 2.0. It
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?
>>>
>&
o 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/release/libapreq2 so perl
> > community have not noticed about it.
> >
> > > > but re
rial release for
> testing?
>
> I have not found it on https://metacpan.org/release/libapreq2 so perl
> community have not noticed about it.
>
> > > but regardless there was
> > > very little effective difference between that and 2.13 - mostly around
> >
acpan.org/release/libapreq2 so perl
community have not noticed about it.
> > but regardless there was
> > very little effective difference between that and 2.13 - mostly around
> > tests, docs and build scripts. 2.13 should run just fine on 2.4
>
> Somehow, it only came to my at
> Issac
>
> On 1/19/2017 6:30 AM, Jie Gao wrote:
>>
>> 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
>>
>>
>
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
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
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,
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'
* 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(
* 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
>
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
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
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
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
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
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,
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
Hi,
I'm currently trying to add libapreq2 to a local pinto mirror, and I am having
some problems with that the content of the META.yml files is not compliant with
the CPAN meta spec v.1.2
Unable to extract packages from libapreq2-2.13.tar.gz: Failed to upconvert
metadata to 1.2. E
On Sun, Jul 29, 2012 at 8:23 AM, André Warnier wrote:
>
> Considering the amount of work you seem to have already done for this, I
> hate to say this, but I think that you are on the wrong track here.
>
I don't doubt that.
> I don't see how you could achieve what you seem to want without havin
Bill Moseley wrote:
My goal is from a Perlbrew (per-user Perl) environment install mod_perl2
and libapreq2 from CPAN either directly using tools like "cpan" and
"cpanm", or automatically as dependencies listed in other CPAN
distributions. The reason for this goal
My goal is from a Perlbrew (per-user Perl) environment install mod_perl2
and libapreq2 from CPAN either directly using tools like "cpan" and
"cpanm", or automatically as dependencies listed in other CPAN
distributions. The reason for this goal is to allow multiple developers
On 4 Nov 2011, at 08:50, Pierre QUETELART wrote:
>
> /usr/bin/ld: cannot find -lexpat
Install it.
yum install libexpat
Hello,
I have hard time when compiling libapreq2-2.13 on Centos 6
Everything goes fine until I have this message :
gcc -shared .libs/handle.o .libs/filter.o -Wl,--rpath
-Wl,/root/rpmbuild/BUILD/program-common-3.1/libapreq2-2.13/library/.libs
-Wl,--rpath -Wl,/root/rpmbuild/BUILDROOT
Ah, that looks simpler. Thanks.
-James
-Original Message-
From: Morten Bjørnsvik [mailto:morten.bjorns...@experian-da.no]
Sent: Friday, April 29, 2011 3:01 AM
To: James B. Muir; modperl@perl.apache.org
Subject: RE: libapreq2 build to /usr/lib64
Hi
I use the following when compiling
Hi
I use the following when compiling libapreq:
(the vaiables are just paths to the dirs and bins)
Apache2::Request 2.13 libapreq2-2.13.tar.gz downloaded_201012171512
"$PERL_BIN Makefile.PL --with-apache2-apxs=$APXS_BIN --with-perl=$PERL_BIN
--enable-lib64 --with-expat=$APACH
I followed this lead earlier to today but it did not lead anywhere in this
case. Thanks for suggesting it.
Fortunately I did find the solution. I added --libdir=/usr/lib64 to the
./configure:
#!/bin/bash
cd /usr/local/src/libapreq2-2.13
env LDFLAGS="-L/usr/lib64 -R/usr/lib64 -l
> Hello,
>
> I am receiving the following message from Apache2 after installing libapreq2
> and Apache2::Request:
>
> /usr/sbin/apachectl -t
> httpd: Syntax error on line 201 of /etc/httpd/conf/httpd.conf: Cannot load
> /etc/
> httpd/modules/mod_apreq2.so into ser
Hello,
I am receiving the following message from Apache2 after installing libapreq2
and Apache2::Request:
/usr/sbin/apachectl -t
httpd: Syntax error on line 201 of /etc/httpd/conf/httpd.conf: Cannot load /etc/
httpd/modules/mod_apreq2.so into server: libapreq2.so.3: cannot open shared obje
ct
48 PM
To: modperl@perl.apache.org
Subject: Re: build of libapreq2 fails
In message <527c4914f1b2ea47b38422de0fa05a65064b1ba...@dh201.dhmcmaster.dh.hitc
hcock.org>, "James B. Muir" writes:
>Hi, I am trying to build libapreq2 so that I may use it with Apache2 and mo=
>d_perl.
In message , =?
iso-8859-1?Q?Kasper_L=F8vschall?= writes:
>Also configuring the runtime linking environment under Solaris 10 often helps
>a lot along with LDFLAGS:
>
>> crle -u -l /usr/sfw/lib
>> crle -u -l /usr/local/lib
If you add the -R flag to the linker (or not set any runtime paths
with -R
200
DK-9220 Aalborg Øst
Denmark
Tlf: (+45) 99 40 73 03, Mobile: (+45) 28 95 91 29
E-mail: k...@aub.aau.dk
-Oprindelig meddelelse-
Fra: John D Groenveld [mailto:jdg...@elvis.arl.psu.edu]
Sendt: 28. januar 2011 00:49
Til: modperl@perl.apache.org
Emne: Re: build of libapreq2 fails
In m
In message <527c4914f1b2ea47b38422de0fa05a65064b1ba...@dh201.dhmcmaster.dh.hitc
hcock.org>, "James B. Muir" writes:
>Hi, I am trying to build libapreq2 so that I may use it with Apache2 and mo=
>d_perl. I'm on a Solaris 10 system. The version of Apache I am using is ol
Hi, I am trying to build libapreq2 so that I may use it with Apache2 and
mod_perl. I'm on a Solaris 10 system. The version of Apache I am using is old:
./bin/apachectl -v
Server version: Apache/2.0.59
Server built: Aug 22 2006 11:38:34
I receive the following surprising errors durin
libapreq2-2.13 Released
The Apache Software Foundation and The Apache HTTP Server Project
are pleased to announce the 2.13 release of libapreq2. This
Announcement notes significant changes introduced by this release.
libapreq2-2.13 is released under the Apache License
version 2.0. It
On Fri, 2010-12-03 at 11:52 +, is...@apache.org wrote:
> libapreq2-2.13 Released
Callooh Callay!
And now on to mod_perl 2.05!
http://www.gossamer-threads.com/lists/modperl/dev/102192
thanks for releasing
clint
> Changes with libapreq2-2.13 (released December 3, 2010)
>
>
On Nov 25, 2010, at 11:34 AM, Issac Goldstand wrote:
> After a year and a half, the apreq team would like to release version
> 2.13 of libapreq.
Good PGP signature; good md5.
Built and tested on an x64 Meerkat box, against bundled Apache2.
Build against httpd and apr trunk fails: configure
Tested on Ubuntu 9.10 64bit. All test pass ok.
Running in live environment for 2 days now without any problems.
--
Thomas
l.apache.org
> Sent: Thu, November 25, 2010 2:34:47 PM
> Subject: [RELEASE CANDIDATE] libapreq2 2.13 RC
>
>
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> After a year and a half, the apreq team would like to release version
> 2.13 of libapreq. Please
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
After a year and a half, the apreq team would like to release version
2.13 of libapreq. Please test and vote on the following tarball:
http://people.apache.org/~issac/libapreq2-2.13.tar.gz
http://people.apache.org/~issac/libapreq2-2.13.tar.gz.asc
Hello,
since a few days I am trying to get the following combination to work on Mac OS
X 10.6.4
- Apache 2.2.15
- Perl 5.10.1
- mod_perl 2.0.4
- libapreq2 2.12
The tests of libapreq2 always fail.
I tried nearly everything, so I am desperate enough to call this list for help
after three days
quot;
To: "Joe Niederberger"
Cc: ; "mod_perl list"
Sent: Tuesday, November 10, 2009 8:41 PM
Subject: Re: FreeBSD 7.2, mod_perl2 & Apache2::Cookie (libapreq2)
> Hello Joe,
>
> Do you think you can post the changes that need to be made here, for us
> to reference when we hit the same problem?
>
> Thanks.
, mod_perl2 & Apache2::Cookie (libapreq2)
The man you want at the FreeBSD lists is Philip M. Gollucci.
He maintains libapreq2 in the ports collection, and was very
helpful to me when I was trying to get the module to build,
earlier this year.
Good Luck and please repo
30, 2009 12:36 PM
> *Subject:* Re: FreeBSD 7.2, mod_perl2 & Apache2::Cookie (libapreq2)
>
> This may be completely unrelated, but I had similar headaches installing
> libapreq2 on a 64 bit machine that had both 32 and 64 bit libs installed. I
> had to uninstall the offending 32 b
The man you want at the FreeBSD lists is Philip M. Gollucci.
He maintains libapreq2 in the ports collection, and was very
helpful to me when I was trying to get the module to build,
earlier this year.
Good Luck and please report your results to this list when this is
settled,
cmac
On Oct 30
To: Sin
Cc: Foo JH ; Adam Prime ; Joe Niederberger ; mod_perl list
Sent: Friday, October 30, 2009 12:36 PM
Subject: Re: FreeBSD 7.2, mod_perl2 & Apache2::Cookie (libapreq2)
This may be completely unrelated, but I had similar headaches installing
libapreq2 on a 64 bit machine tha
This may be completely unrelated, but I had similar headaches installing
libapreq2 on a 64 bit machine that had both 32 and 64 bit libs installed. I
had to uninstall the offending 32 bit libs (which I didn't need).
Do they have a similar setup?
Dimitri
On Fri, Oct 30, 2009 at 12:28 PM
with:
===> libapreq2-2.12_1 : Error from bsd.apache.mk. apache13 is installed (or
APACHE_PORT is defined) and port requires 2.0+.
*** Error code 1
But if you look at the port it says apache-1.3.41_1 is the build and run
dependency. So it should of built the port (because I just happen to have
Just a thought: is install ap22 + mp2 + libapreq2 via pkg_add -r an
option? That's what I normally do these days.
Adam Prime wrote:
You guys might want to take a look at this thread on apreq-dev
http://marc.info/?t=12420765987&r=1&w=2
Specifically the last couple of posts f
rote:
How do I find out what *all* the special options needed are?
Thanks,
Joe N.
- Original Message -
From:
To: "mod_perl list"
Sent: Thursday, October 29, 2009 12:14 PM
Subject: Re: FreeBSD 7.2, mod_perl2 & Apache2::Cookie (libapreq2)
I've been using apache
These are the steps I use to install libapreq2.
# ./configure --with-apache2-apxs=/path/to/apache/apxs
--with-expat=/usr/local --enable-perl-glue
# gmake
# gmake test
# gmake install
Except for the --with-expat flag, this is what is in the INSTALL doc. If
you checkout from svn, run
How do I find out what *all* the special options needed are?
Thanks,
Joe N.
- Original Message -
From:
To: "mod_perl list"
Sent: Thursday, October 29, 2009 12:14 PM
Subject: Re: FreeBSD 7.2, mod_perl2 & Apache2::Cookie (libapreq2)
> I've been using apache2/mo
.@comcast.net]
Sent: Thursday, October 29, 2009 9:03 AM
To: Joe Niederberger; mod_perl list
Subject: Re: FreeBSD 7.2, mod_perl2 & Apache2::Cookie (libapreq2)
Should I conclude nobody is running mod_perl2 on the
latest version of FreeBSD?
- Original Message -
From: "Joe N
I've been using apache2/mod_perl2 on FreeBSD for years. Currently using
6.3 and 7.2. Installing from ports should work fine, but I prefer to
install separate versions of apache2 and mod_perl2 from source. Haven't
had a problem installing either of those in sometime. Installing
li
Oops =)
Replace 'sr' with 'sudo' wherever encountered (corporate colloquialism).
As somebody else said recently on this very same thread, it's likely
that your problem is libapreq. And as they mentioned, the correct thing
to do would be to build it from the ports tree (otherwise compiled by-
hand
Running Apache 2.2.13 with mod_perl 2.0.4 and other sundry pieces on
FreeBSD-4.11.
Here's my compile notes (sorry if it's a little lengthy, just
copy/pasted to minimize time spent on this):
Paste:
The Apache HTTP Server Project is an effort to develop and maintain an
open-source HTTP server f
Mr. Sin, I can't tell from your email exactly what isn't working
for you, so will assume that you have similar problems as Mr. N.
From my experience, the problem may be FreeBSD + libapreq2 2.12.
My site runs FreeBSD 6.3. I could not get libapreq2 2.12
and associated Perl linkages (
Joe Niederberger wrote:
Sadly, has the signs of a not-well technology.
Anyone have opinions on a way forward?
Is the answer Linux?
I have no idea about FreeBSD, but I am using Apache 2.0 & 2.2, with
mod_perl 2.x, on quite a lot of Linux (Debian, Suse, RedHat) systems,
with a lot of satisfactio
Sadly, has the signs of a not-well technology.
Anyone have opinions on a way forward?
Is the answer Linux?
- Original Message -
From: "Sin"
>
> Few weeks back I joined this mailling list to find out about this myself.
> I've been trying to get apache 2.x and mod_perl2 to run together fo
od_perl list"
Sent: Tuesday, October 27, 2009 11:04 PM
Subject: FreeBSD 7.2, mod_perl2 & Apache2::Cookie (libapreq2)
Hello,
Does anyone have the combination of FreeBSD 7.2, Apache2.2, mod_perl2
and libapreq2 all installed and working fine?
My web-hoster is having exterme difficulties ge
Should I conclude nobody is running mod_perl2 on the
latest version of FreeBSD?
- Original Message -
From: "Joe Niederberger"
To: "mod_perl list"
Sent: Tuesday, October 27, 2009 10:04 PM
Subject: FreeBSD 7.2, mod_perl2 & Apache2::Cookie (libapreq2)
> Hell
Oh - the perl version is 5.8.9 -
- Original Message -
From: "Joe Niederberger"
To: "mod_perl list"
Sent: Tuesday, October 27, 2009 10:04 PM
Subject: FreeBSD 7.2, mod_perl2 & Apache2::Cookie (libapreq2)
> Hello,
>
> Does anyone have the comb
Hello,
Does anyone have the combination of FreeBSD 7.2, Apache2.2, mod_perl2
and libapreq2 all installed and working fine?
My web-hoster is having exterme difficulties getting this set up. The
Apache2.so is
rife with undefined symbols that they cannot resolve. Simply making a call
to the cookie
t on.
>
> Adam
>
>
> mod_perl User wrote:
>> Hi,
>>
>> While trying to install libapreq2-2.12 with mod_perl2/Apache2 in
>> Solaris10, please help.
>>
>> # make
>> Making all in .
>> Making all in include
>> make all-am
>
Randy Kobes wrote:
On Mon, Sep 14, 2009 at 6:54 AM, André Warnier wrote:
Hi.
I have tried following the usual links at perl.apache.org, CPAN,
ActiveState, and searched Google, but I am getting a bit confused.
Is there a binary package available for libapreq2 with ActivePerl
5.10/Apache 2.2
On Mon, Sep 14, 2009 at 6:54 AM, André Warnier wrote:
> Hi.
>
> I have tried following the usual links at perl.apache.org, CPAN,
> ActiveState, and searched Google, but I am getting a bit confused.
>
> Is there a binary package available for libapreq2 with ActivePerl
> 5.10/
Hi.
I have tried following the usual links at perl.apache.org, CPAN,
ActiveState, and searched Google, but I am getting a bit confused.
Is there a binary package available for libapreq2 with ActivePerl
5.10/Apache 2.2/Win32, and if yes, where ?
I would have to install this first on a WinXP
There is a thread in apreq-dev about this issue:
http://marc.info/?l=apreq-dev&m=124276135127808&w=2
Apparently it has something to do with the machine that the tarball was
built on.
Adam
mod_perl User wrote:
Hi,
While trying to install libapreq2-2.12 with mod_perl2/Ap
Hi,
While trying to install libapreq2-2.12 with mod_perl2/Apache2 in Solaris10,
please help.
# make
Making all in .
Making all in include
make all-am
Making all in library
make all-am
Making all in module
Making all in apache2
make: Fatal error: Don't know how to make target `all-
libapreq2-2.12 Released
The Apache Software Foundation and The Apache HTTP Server Project
are pleased to announce the 2.12 release of libapreq2. This
Announcement notes significant changes introduced by this release.
libapreq2-2.12 is released under the Apache License
version 2.0. It
Issac Goldstand schrieb:
The apreq developers are planning a maintenance release of
libapreq2. This version addresses several bugfixes and includes new
features.
Please give the tarball at
http://people.apache.org/~issac/libapreq2-2.11.tar.gz
a try and report comments/problems/etc. to the
On Tue, 2009-01-20 at 11:48 +0200, Issac Goldstand wrote:
> a try and report comments/problems/etc. to the apreq-dev list
> at apreq-...@httpd.apache.org.
t/big_requestok
t/cgiok
t/cookie.ok
t/request31/36 # Failed test 34 in t/request.t at line 93 fai
+1 for me (tested on debian).
- Original Message
> From: Issac Goldstand
> To: apreq-...@httpd.apache.org
> Cc: d...@httpd.apache.org; modperl@perl.apache.org
> Sent: Tuesday, January 20, 2009 4:48:30 AM
> Subject: [RELEASE CANDIDATE] libapreq2 2.11
>
> The
builds and tests ok on gentoo linux w/ apache 2.2.8, mod_perl 2.0.4
The apreq developers are planning a maintenance release of
libapreq2. This version addresses several bugfixes and includes new features.
Changes since the last release version include:
- Interactive CGI module [issac]
Allow cgi module to interactively prompt for parameters and cookies when
Mark Hedges wrote:
So where does that leave the perl binding between 2.4 and
3.0? Or will we all be running mod_parrot/mod_perl6 by
then (which looks like it's made great progress since
YAPC)
Great, all code where '.' was the concatenator operator
breaks, hurray. (?)
You don't have to switch
On Thu, 8 Jan 2009, Adam Prime wrote:
> Personally, i think libapreq should be part of core httpd
> (or at least a 'normal' module, and libapreq2's perl
> bindings should be part of stock mod_perl.
Yeah I've run into systems multiple times where the boss was
2.0.4 and libapreq2.08 we support well over 2k combinations.
I'm not sure I want to fork libapreq2 and have even more.
We really need more people then me following d...@httpd.a.o
--
1024D/DB9B8C1C B90B FBC3 A3A1 C71A 8E70
Philip M. Gollucci wrote:
Oh, but we started work for this in 2.4 of httpd for libapreq.so and
mod_apreq.so for http core.
cool
after httpd 2.6/3.0 we might be able to swing the perl bindings peices.
So where does that leave the perl binding between 2.4 and 3.0? Or will
we all be running
th respect
to RequestRec, RequestUtil, RequestIO, not really to do with
Apache2::Request.
I guess you're right.
Apache::Request for mp1 is a part of libapreq, just as
Apache2::Request is part of libapreq2. Maybe you realized
that and i'm just misunderstanding though.
I didn't -
Adam Prime wrote:
Personally, i think libapreq should be part of core httpd (or at least a
'normal' module, and libapreq2's perl bindings should be part of stock
mod_perl.
Oh, but we started work for this in 2.4 of httpd for libapreq.so and
mod_apreq.so for http core.
after h
RequestRec, RequestUtil, RequestIO, not really to do with
Apache2::Request. Apache::Request for mp1 is a part of libapreq, just
as Apache2::Request is part of libapreq2. Maybe you realized that and
i'm just misunderstanding though.
Personally, i think libapreq should be part of core httpd
n get
modperl up and running. I would recommend installing libapreq2 as
well, as it exposes more functionalities that you will very likely use
(especially if you're used to CGI).
Or mod_perl 1.0, for that matter. Thanks for your answer, it clarifies
things a bit for me, as does this thread:
How
modperl up and running. I would recommend installing libapreq2 as well,
as it exposes more functionalities that you will very likely use
(especially if you're used to CGI).
Trying to locate APR::Request::Apache2 on my system, I noticed it is
part of libapreq2.
libapreq 2-2.07 | ModPerl | ModPerl
http://www.gossamer-threads.com/lists/modperl/modperl/87199
| libapreq2 is an APR-based shared library used for parsing HTTP
| cookies, query-strings and POST data.
Doing
new code out the door. Numerous bugs were fixed (see
> the full list in the CHANGES file) since the last official release
> (2.08), so please give us feedback on this release candidate.
>
> You can get the tarball, its signature and MD5 checksum from here:
>
> http://people.apac
On Wed, 24 Sep 2008 12:07:23 -0700 (PDT)
Joe wrote:
> > 1) Apache2::Request->new()
> > 2) $r->add_input_filter()
> > 3) $r->discard_request_body()
>
> Why are you doing step 2? You shouldn't need to add an
> input filter for apreq to work.
Step 2 is Apache2::UploadProgress::track_progress
wapping steps 2 & 3 will yield same error.
> If calling
> $r->discard_request_body() like this is not commonly
> known to work maybe
> I should follow-up with the libapreq2 development list? If
> this is
> known to work then obviously I need to isolate error.
It's known to work for
body()
Swapping steps 2 & 3 will yield same error. If calling
$r->discard_request_body() like this is not commonly known to work maybe
I should follow-up with the libapreq2 development list? If this is
known to work then obviously I need to isolate error.
--- On Wed, 9/24/08, Ryan Gies <[EMAIL PROTECTED]> wrote:
> When I post a multipart-form request I see two files being
> written
> in my temp directory:
>
> -rw--- 1 ryan users 8318656 2008-09-24 10:51
> apreqK5Oiyc
> -rw--- 1 ryan users 8318484 2008-09-24 10:51
> apreqQ1qs6C
>
1 - 100 of 351 matches
Mail list logo