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
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
- 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
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
-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
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
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