[mp2] where did Apache2::Cookie go in freebsd?

2008-12-09 Thread Foo JH
Hi all, I'm testing the latest mp2 stack on FreeBSD 7. While everything installs ok, I'm having difficulties locating the Apache2::Cookie module. I understand Apache2::Cookie is part of the libapreq2 package. I installed that via ports, and the installation did not report errors. The module mod_a

Re: [mp2] where did Apache2::Cookie go in freebsd?

2008-12-09 Thread Adam Prime
Foo JH wrote: Hi all, I'm testing the latest mp2 stack on FreeBSD 7. While everything installs ok, I'm having difficulties locating the Apache2::Cookie module. I understand Apache2::Cookie is part of the libapreq2 package. I installed that via ports, and the installation did not report errors.

Re: [mp2] where did Apache2::Cookie go in freebsd?

2008-12-09 Thread Foo JH
Ok I figured it out. Apparently to get libapreq2 up, one has to install: 1. /usr/ports/www/libapreq2 2. /usr/ports/www/p5-libapreq2 Foo JH wrote: > Hi all, > > I'm testing the latest mp2 stack on FreeBSD 7. While everything installs > ok, I'm having difficulties locating the Apache2::Cookie modu

Re: Help -- how can I make the Apache process die at the end of the request?

2008-12-09 Thread Victor Danilchenko
Adam Prime wrote: Victor Danilchenko wrote: I need to do it forcibly, no matter what happens during the request. I have to slightly relax security constraints to call an unusual subrequest, and since I cannot guarantee that the cleanup code will be reached (what if the subrequest is termin

Re: keep-alives with HTTP 1.0

2008-12-09 Thread Perrin Harkins
On Mon, Dec 8, 2008 at 2:20 PM, Bill Moseley <[EMAIL PROTECTED]> wrote: > Is there something special I need to do to allow keep-alive responses > for HTTP 1.0 requests? Not sure, but there's some info in Apache2::Connection about how it determines Keep-Alive and how to check if a connection has it

Re: Apache2 / FilterRequestHandler oddity

2008-12-09 Thread Perrin Harkins
On Sun, Dec 7, 2008 at 1:44 AM, Lars Skjærlund <[EMAIL PROTECTED]> wrote: > The same code runs fine at other machines. > > The machine in question is running openSUSE 11.0 / Apache 2.2.8 / mod_perl2 > 2.0.4-dev. Are the machines where it runs fine on the exact same versions of apache and mod_perl?

Re: Error.pm and RegistryCooker

2008-12-09 Thread Perrin Harkins
On Sat, Dec 6, 2008 at 2:48 PM, William Ahern <[EMAIL PROTECTED]> wrote: > I was forced to move from mod_perl to mod_perl2 because of Ubuntu. Don't let Ubuntu push you around. If you want to run mod_perl 1, go ahead. You don't need the Ubuntu packages. > Anyhow, unfortunately for me, I'm using

Re: Resuming of downloads in Apache 2.2.29

2008-12-09 Thread Perrin Harkins
On Thu, Dec 4, 2008 at 11:13 AM, Shibi NS <[EMAIL PROTECTED]> wrote: > The > main issue I can see the header no longer contains 'Content-Range', > 'Content-Length' etc. But I already have 'PerlOptions +ParseHeaders > +GlobalRequest' in my request handler. Are you saying the request no longer has

Re: keep-alives with HTTP 1.0

2008-12-09 Thread Bill Moseley
On Tue, Dec 09, 2008 at 02:33:52PM -0500, Perrin Harkins wrote: > On Mon, Dec 8, 2008 at 2:20 PM, Bill Moseley <[EMAIL PROTECTED]> wrote: > > Is there something special I need to do to allow keep-alive responses > > for HTTP 1.0 requests? > > Not sure, but there's some info in Apache2::Connection

solaris, perl 5.8.8, apache 1.3.41, mod_perl 1.30, t/internal/auth.t failure

2008-12-09 Thread Adam Prime
Some co-workers were trying to build mod_perl with the setup mentioned in the subject line, and the 2nd test in t/internal/auth.t was failing. This test is really short (and weird IMO) but all it does it issue to requests to the server to test basic auth. the first one should pass dougm and m

Re: [mp2] where did Apache2::Cookie go in freebsd?

2008-12-09 Thread Philip M. Gollucci
Adam Prime wrote: Foo JH wrote: Hi all, I'm testing the latest mp2 stack on FreeBSD 7. While everything installs ok, I'm having difficulties locating the Apache2::Cookie module. I understand Apache2::Cookie is part of the libapreq2 package. I installed that via ports, and the installation did

Re: [mp2] where did Apache2::Cookie go in freebsd?

2008-12-09 Thread Philip M. Gollucci
Philip M. Gollucci wrote: I did a 'find / -name *ookie* -print' but I can't find Cookie.pm. Path:/usr/ports/www/libapreq2 Path:/usr/ports/www/p5-libapreq Path:/usr/ports/www/p5-libapreq-static Path:/usr/ports/www/p5-libapreq2 You'd want either p5-libapreq2 or p5-libapreq WITH_MOD