More on "Apache2::Request does not foul up content length"

2007-01-19 Thread craig
This is getting rather embarrassing. It turns out that my whole problem was that the Mail::CheckUser package that I was using to check submitted email addresses, always takes several minutes to return a result on the new (FreeBSD6) system, while it "often" returns a result in a few seconds on the

[mp2] t/api/server_const.t reports failure of Apache2::ServerUtil::get_server_version()

2007-01-19 Thread Jim Hayter
There appears to be a (minor?) difference between the two server_version strings. I don't know how important this is, but thought I should report it. Jim 1. Problem Description: make test is failing one of three tests for t/api/server_const, related to Apache2::ServerUtil::get_server_version

Re: Catching errors

2007-01-19 Thread Jonathan Mangin
- Original Message - From: "Robert Landrum" <[EMAIL PROTECTED]> To: "Jonathan Mangin" <[EMAIL PROTECTED]> Cc: Sent: Thursday, January 18, 2007 7:08 PM Subject: Re: Catching errors > Jonathan Mangin wrote: > > > > sub handler { > >my $r = shift; > >my $req = Apache2::Request->n

Re: Two failures in make test building mod_perl 2.0.3

2007-01-19 Thread craig
Hi tomás, Info is filled in below. One other Q: what is the protocol for when to reply to just one person (reply) vs. the whole list (reply all)? Best Regards, Craig On Jan 19, 2007, at 4:25 AM, [EMAIL PROTECTED] wrote (in part): Hm. Looks sane to me. But somehow 'localhost' seems to resolve

Re: Two failures in make test building mod_perl 2.0.3

2007-01-19 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, Jan 18, 2007 at 09:52:39PM -0800, [EMAIL PROTECTED] wrote: > The /etc/hosts file on the system where the problem occurred follows: > > # $FreeBSD: src/etc/hosts,v 1.16 2003/01/28 21:29:23 dbaker Exp $ [no trace of 127.0.0.7] Hm. Looks sane t

Re: file descriptor for client socket?

2007-01-19 Thread Torsten Foertsch
On Friday 19 January 2007 08:01, Daniel Risacher wrote: > From within a mod_perl request handler, fileno(STDOUT) returns -1, which is > the same thing I got from $r->FILENO. > > Any other ideas? $r->connection->client_socket is an APR::Socket. It corresponds to an apr_socket_t in C. This structur

Apache2::Request does not foul up content length

2007-01-19 Thread craig
On further investigation, there is no problem between Apache2::Request and KeepAlive, as I had previously accused. The problem was that the checking routines, after form data was obtained from Apache2::Request, included a Perl module called Mail::CheckUser. This module performed various transact