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 accep

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 b

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

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 (http://swatch

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 docu

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 mo

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

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

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

fix/patch: make ProxyPassReverseCookiePath/Domain Location aware?

2005-06-28 Thread Collinson, Graham
I've setup a proxy server with 3 application servers behind 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 enter one translation for path=/ I'd like

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

Monitoring HTTP error logs

2005-06-28 Thread Henri Gomez
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 ? Regards and thanks for your help