Apache::Test v1.25 error - Can't use string (Test::Builder) as a HASH ref

2005-06-28 Thread Matt Hicks
Sanity check! Using Apache::Test 1.25, Test::Simple 0.60, mod_perl 2.0, Apache 2.0.54. I have the following in t/response/TestHandler/01compile.pm package TestHandler::01compile; use strict; use warnings FATAL = qw(all); use Apache::Test qw(-withtestmore); use Apache2::Const -compile = qw(OK);

Re: Apache::Test v1.25 error - Can't use string (Test::Builder) as a HASH ref

2005-06-28 Thread Geoffrey Young
Now, this looks like a bug. The T::B-reset method expects an object, Apache::Test calls it as a class method. I allow for the possibility that I've completely misunderstood everything--or even just some things. well, it's not exactly a bug - it looks like Test::Builder changed reset() from

Re: 2.0.55

2005-06-28 Thread Jeff Trawick
On 6/27/05, William A. Rowe, Jr. [EMAIL PROTECTED] wrote: At 12:20 PM 6/27/2005, Jeff Trawick wrote: On 6/27/05, William A. Rowe, Jr. [EMAIL PROTECTED] wrote: My goal is to tag and roll 2.0 by Friday for release early next week, unless the fixes are ready sooner. There is a list of

fix/patch: make ProxyPassReverseCookiePath/Domain Location aware?

2005-06-28 Thread Collinson, Graham
I've setup a proxy server with 3 application serversbehind it that I have no control over. 2 of these apps use java servlets so both want to set a jsessionid with path=/. The current implementation of ProxyPassReverseCookiePath only allows me to enterone translation forpath=/ I'd like to

Re: Monitoring HTTP error logs

2005-06-28 Thread William A. Rowe, Jr.
At 04:03 AM 6/28/2005, Henri Gomez wrote: Hi to all, Did you know a tools on Unix/Linux system, which should be able to monitor in real-time the error_log of Apache2 servers and for example, send email/syslog message when a [error] string is detected ? Offhand, no, but I'd suggest looking at

Re: Monitoring HTTP error logs

2005-06-28 Thread Henri Gomez
hehe, mais be even better, good point 2005/6/28, William A. Rowe, Jr. [EMAIL PROTECTED]: At 04:03 AM 6/28/2005, Henri Gomez wrote: Hi to all, Did you know a tools on Unix/Linux system, which should be able to monitor in real-time the error_log of Apache2 servers and for example, send

Re: svn commit: r202154 - /httpd/httpd/branches/2.0.x/server/log.c

2005-06-28 Thread William A. Rowe, Jr.
At 05:45 AM 6/28/2005, [EMAIL PROTECTED] wrote: merge this fix from trunk: fix minor annoyance on z/OS: __FILE__ is set to ./foo.c instead of simply foo.c, so filter out all but the basename before logging it with debug messages If this keeps popping up, a trivial Autofoo test would look

Re: Rev 1: [PATCH] 1.3 TraceEnable [on|off|extended]

2005-06-28 Thread William A. Rowe, Jr.
At 01:40 PM 6/27/2005, William A. Rowe, Jr. wrote: At 01:16 PM 6/27/2005, JimJag wrote: Shouldn't set_allow_header be static? My bad, make_header was static, and set_allow_header in my tree is static as well. If there are no objections, I would move ahead and commit. The only thing holding up

Re: Rev 1: [PATCH] 1.3 TraceEnable [on|off|extended]

2005-06-28 Thread Jim Jagielski
William A. Rowe, Jr. wrote: At 01:40 PM 6/27/2005, William A. Rowe, Jr. wrote: At 01:16 PM 6/27/2005, JimJag wrote: Shouldn't set_allow_header be static? My bad, make_header was static, and set_allow_header in my tree is static as well. If there are no objections, I would move ahead

Re: Monitoring HTTP error logs

2005-06-28 Thread Paul A Houle
William A. Rowe, Jr. wrote: Offhand, no, but I'd suggest looking at Piped Log scripts. This would be pretty trivial to do (even looking for very specific messages or masking out other common occurances.) The messages can then be written to one or more log file, as well. See the ErrorLog

Re: Monitoring HTTP error logs

2005-06-28 Thread Ivan Ristic
On 6/28/05, Henri Gomez [EMAIL PROTECTED] wrote: Hi to all, Did you know a tools on Unix/Linux system, which should be able to monitor in real-time the error_log of Apache2 servers and for example, send email/syslog message when a [error] string is detected ? Try SWATCH

mod_smtpd project planning

2005-06-28 Thread Paul Querna
As some of you might be aware, one of the Summer of Code Projects is an SMTP protocol module for httpd 2.x. We don't have much code yet, but we need a place to put it, and for the SoC Students to have commit bits too. I suggest that we treat mod_smtpd like mod_python, as an httpd

Re: mod_smtpd project planning

2005-06-28 Thread Roy T. Fielding
On Jun 28, 2005, at 4:20 PM, Paul Querna wrote: So, to accommodate this, we would need a mod_smtpd space in subversion and a [EMAIL PROTECTED] mailing list. -1. The point of SoC is to get more people involved in open source projects, not to encourage the ASF to accept non-collaborative code

Re: mod_smtpd project planning

2005-06-28 Thread Paul Querna
Roy T. Fielding wrote: On Jun 28, 2005, at 4:20 PM, Paul Querna wrote: So, to accommodate this, we would need a mod_smtpd space in subversion and a [EMAIL PROTECTED] mailing list. -1. The point of SoC is to get more people involved in open source projects, not to encourage the ASF to