Re: Problem with -path in Apache2::Cookie?

2005-05-12 Thread Fred Moyer
I'll dig into it if I get a chance, but this is probably a no-brainer for someone experienced with the codebase. > Pete > > On Wed, May 11, 2005 at 06:55:18PM -0700, Fred Moyer wrote: > >>Hi, >> >>I've been playing around with Apache2::Cookie and I&

Re: raw POST data

2005-08-14 Thread Fred Moyer
>>Have you guys already added something similar in version 2? > > > Yes. Because mod_apreq2 is a filter, so the raw post data > is always available through r->input_filter. Is there a way to access the raw post data from the Perl module namespace? I am specifically interested in implementing an

[patch] test fails when mod_alias not built

2006-01-19 Thread Fred Moyer
Hello, After reading mod_perl for speed freaks I trimmed down my httpd and had test failures building apreq trunk against Perl 5.8.6, mod_perl 2.0.2 and Apache 2.2.0. The following small changes resulting in make test completing when httpd was not built with mod_alias. - Fred Index: module

Re: Cookies in IE/Non-dev libapreq2 version for apache2?

2006-02-03 Thread Fred Moyer
Jason Younker wrote: I recently upgraded to the following (on a rhel3 box mason2.2): Apache/2.0.55 mod_ssl/2.0.55 OpenSSL/0.9.8 mod_apreq2-20050712/2.1.3-dev mod_perl/2.0.2 Perl/v5.8.0 Everything has been running fine on my linux dev box (using firefox 1.5). However, when I switch over to my wi

Re: 2.07-rc4 available for testing

2006-02-06 Thread Fred Moyer
Randy Kobes wrote: On Thu, 2 Feb 2006, Joe Schaefer wrote: Please download, test, and report back on the following candidate tarball: http://people.apache.org/~joes/libapreq2-2.07-rc4.tar.gz Sorry for the delay ... This builds and tests successfully, including the perl glue, on both: - Win3

Re: [RT] what's the roadmap?

2006-02-20 Thread Fred Moyer
Geoffrey Young wrote: I think that's a good idea, so long as [EMAIL PROTECTED] can withstand the occasional question about our perl glue. Someday I'd actually like to see trunk/glue/perl moved over to mod_perl's trunk, and our C code folded into httpd somehow, but that may take some time doing.

Re: [RELEASE CANDIDATE]: libapreq2 2.09-RC1

2006-09-07 Thread Fred Moyer
Philip M. Gollucci wrote: > Please download, test, and report back on the following > candidate tarball: > > http://people.apache.org/~pgollucci/apreq2/libapreq2-2.09-rc1.tar.gz mod_perl 2.0.3rc1/httpd 2.0.59/perl 5.8.6/ linux 2.6.15 All tests successful, 5 tests skipped. (tested with and withou

Re: Problems with apreq2 on OS X

2006-10-29 Thread Fred Moyer
Patrick Galbraith wrote: [Sun Oct 29 12:38:27 2006] [notice] Apache/2.2.3 (Unix) mod_ssl/2.2.3 OpenSSL/0.9.8d DAV/2 mod_perl/2.0.2 Perl/v5.8.8 configured -- resuming normal operations dyld: lazy symbol binding failed: Symbol not found: _apreq_handle_apache2 Referenced from: /opt/local/lib/per

Re: Problems with apreq2 on OS X

2006-10-29 Thread Fred Moyer
I know, I'm just frustrated and venting after losing many hours of dev time. The reason CGI won't work in my case is I've written all this code as a handler and putting into CGI seems like it'd be a lot of work. Maybe not, I'm not sure what I would have to change since I rely so much on the re

Re: [RELEASE CANDIDATES] Status ?

2006-10-29 Thread Fred Moyer
Philip M. Gollucci wrote: Hi all, so it seems I dropped the ball on the releases. I'm about to get back into it. Does anyone know of any issues that are still oustanding from mod_perl-2.0.3-RC1 Apache-Test 1.29-RC1 libapreq2 2.09-RC1 before I roll -RC2s. I'm pretty sure Apache-Test and

Re: Problems with apreq2 on OS X

2006-10-29 Thread Fred Moyer
Dave Viner wrote: this might be a dumb question, but have you checked that the apreq module is loaded? LoadModule apreq_modulemodules/mod_apreq2.so ? Egads - that was it. I've only been using this module for how many years? Somehow that line went missing from my httpd.conf in one of m

Re: [RELEASE CANDIDATE] libapreq 1.34-RC3

2007-06-04 Thread Fred Moyer
Issac Goldstand wrote: > Please give the tarball at > > http://people.apache.org/~issac/libapreq-1.34-RC3.tar.gz > > a try and report comments/problems/etc. to the apreq-dev list > at [EMAIL PROTECTED] All tests OK on Fedora Core 5, perl 5.8.8, apache 1.3.37, mod_perl 1.30. +1

Re: [RELEASE CANDIDATE] libapreq 1.34-RC3

2007-08-08 Thread Fred Moyer
Issac Goldstand wrote: We're still waiting on a couple of PMC votes to roll. If anyone's got time to make test and vote on this, it'd be great. Issac I remember testing this and giving a +1, and seeing another +1 from Randy Kobes, but I can't seem to track down those emails in the archive.

Re: Apache2::Request UPLOAD_HOOK and mod_perl Handler

2007-08-10 Thread Fred Moyer
Michael Michalowski Web.de wrote: > hi, > > I've got a few questions about the UPLOAD_HOOK of Apache2::Request > and the way implementing it. I'm not sure, whether this is the right > mailinglist or not, so sorry if this is not the right one. ;-) Apache2::Request is part of the libapreq package

Re: Should we release 2.10?

2008-11-12 Thread Fred Moyer
Yes, testers await. On Wed, Nov 12, 2008 at 9:14 PM, Philip M. Gollucci <[EMAIL PROTECTED]> wrote: > Bojan Smojver wrote: >> >> On Wed, 2008-11-12 at 23:08 -0500, Philip M. Gollucci wrote: >> >>> Apache-Test definitely jumps through hoops for SSL. >>> >>> Are your perl SSL CPANs up-to-date ? >> >>

Re: [RELEASE CANDIDATE] libapreq2 2.10 RC1

2008-11-12 Thread Fred Moyer
Failed a few tests here, perl 5.8.8, apache 2.2.10, mod_perl 2.0.4 prefork, linux. Can look at this more tomorrow. [EMAIL PROTECTED] perl]$ ./t/TEST -verbose t/apreq/upload.t [warning] setting ulimit to allow core files ulimit -c unlimited; /usr/bin/perl /home/phred/sl/SL-CP/src/libapreq2-2.10/g

Re: [RELEASE CANDIDATE] libapreq2 2.12 RC2

2009-03-06 Thread Fred Moyer
On Fri, Mar 6, 2009 at 11:35 AM, Joe Schaefer wrote: > > Please test and vote on > > http://people.apache.org/~joes/libapreq2-2.12-RC2.tar.gz > http://people.apache.org/~joes/libapreq2-2.12-RC2.tar.gz.asc > > These should have the .deps directories removed, but > otherwise the source is unchanged.

Re: [RELEASE CANDIDATE] libapreq2 2.12 RC2

2009-03-06 Thread Fred Moyer
Joe Schaefer wrote: - Original Message t/apreq/cgi# writing file: /Users/phred/dev/svn/sl/trunk/SL-App/src/libapreq2-2.12/glue/perl/t/cgi-bin/test_cgi.pl My guess is that this write failed. Wonder why, permissions maybe? No cgi-bin dir on my system in glue/perl/t. Permissions

Re: [RELEASE CANDIDATE] libapreq2 2.13 RC

2010-11-27 Thread Fred Moyer
Tests failed to start with Snow Leopard, perl 5.12.2, httpd 2.2.15, Apache-Test 1.34. Reason: Incompatible library version: mod_apreq2.so requires version 12.0.0 or later, but libapreq2.3.dylib provides version 11.0.0 Looks relevant - was a prereq version bumped for this release? Or is my build

Re: [RELEASE CANDIDATE] libapreq2 2.13 RC

2010-11-28 Thread Fred Moyer
g for more details t/apreq/upload.t .. Dubious, test returned 255 (wstat 65280, 0xff00) Failed 80/80 subtests [Sun Nov 28 08:43:30 2010] [error] [client 127.0.0.1] File does not exist: /Users/phred/dev/libapreq2-2.13/glue/perl/t/htdocs/getfiles-perl-pod > > > - Original Message

Re: svn commit: r1067389 - in /httpd/apreq/trunk/glue/perl/lib/APR/Request: ./ Magic.pm

2011-02-04 Thread Fred Moyer
On Fri, Feb 4, 2011 at 9:04 PM, wrote: > Author: joes > Date: Sat Feb  5 05:04:58 2011 > New Revision: 1067389 > > URL: http://svn.apache.org/viewvc?rev=1067389&view=rev > Log: > class for writing apreq code portable across cgi/mp2 Is this for the issue Mark reported? ==