Quetzalcoatl

2007-07-17 Thread Gregory (Grisha) Trubetskoy
Just so that many of you do not wonder We are a TLP - where is it??? Everything is well. :) It's just turned out that selecting python.apache.org as the main destination for it is not something that everyone is in agreement on and quite a bit of discussion had to take place, and we're still

Re: httpd returns 500 when a route does not belong to the balancer.

2007-07-17 Thread Johnny Kewl
Mladen... stupid question, but what is this stuff in the code @@ -470,15 +470,32 @@ ? - Original Message - From: Mladen Turk [EMAIL PROTECTED] To: dev@httpd.apache.org Sent: Tuesday, July 17, 2007 8:51 AM Subject: Re: httpd returns 500 when a route does not belong to the balancer.

Re: httpd returns 500 when a route does not belong to the balancer.

2007-07-17 Thread Mladen Turk
Johnny Kewl wrote: Mladen... stupid question, but what is this stuff in the code @@ -470,15 +470,32 @@ http://www.network-theory.co.uk/articles/patchintro.html It doesn't exactly explain the format of the patch file, but it can be helpful :) Regards, Mladen

Re: svn commit: r556860 - /httpd/httpd/branches/2.2.x/STATUS

2007-07-17 Thread William A. Rowe, Jr.
[EMAIL PROTECTED] wrote: Author: mturk Date: Tue Jul 17 02:23:30 2007 New Revision: 556860 URL: http://svn.apache.org/viewvc?view=revrev=556860 Log: Comment the backport concerns for ApacheMonitor --- httpd/httpd/branches/2.2.x/STATUS (original) +++ httpd/httpd/branches/2.2.x/STATUS

Re: svn commit: r556860 - /httpd/httpd/branches/2.2.x/STATUS

2007-07-17 Thread Mladen Turk
William A. Rowe, Jr. wrote: [EMAIL PROTECTED] wrote: Author: mturk Date: Tue Jul 17 02:23:30 2007 New Revision: 556860 URL: http://svn.apache.org/viewvc?view=revrev=556860 Log: Comment the backport concerns for ApacheMonitor --- httpd/httpd/branches/2.2.x/STATUS (original) +++

Re: httpd returns 500 when a route does not belong to the balancer.

2007-07-17 Thread jean-frederic clere
Mladen Turk wrote: jean-frederic clere wrote: Hi, I would like to fix a problem in mod_proxy_balancer when the configuration is something like: +++ Location /myapp ProxyPass balancer://mycluster/myapp stickysession=JESSSIONID|jsessionid nofailover=On /Location Location /titi

Re: svn commit: r556931 - /httpd/httpd/trunk/modules/proxy/mod_proxy_balancer.c

2007-07-17 Thread Jim Jagielski
On Jul 17, 2007, at 10:31 AM, [EMAIL PROTECTED] wrote: +if (*(workers-s-route) strcmp(workers-s-route, route) == 0) { Is that right? I'm guessing the 1st check was to make sure that workers-s-route wasn't NULL (and therefore the strcmp didn't dump), but instead you're checking

Re: svn commit: r556931 - /httpd/httpd/trunk/modules/proxy/mod_proxy_balancer.c

2007-07-17 Thread jean-frederic clere
Jim Jagielski wrote: On Jul 17, 2007, at 10:31 AM, [EMAIL PROTECTED] wrote: +if (*(workers-s-route) strcmp(workers-s-route, route) == 0) { Is that right? I'm guessing the 1st check was to make sure that workers-s-route wasn't NULL (and therefore the strcmp didn't dump), but

Re: svn commit: r556931 - /httpd/httpd/trunk/modules/proxy/mod_proxy_balancer.c

2007-07-17 Thread Jim Jagielski
On Jul 17, 2007, at 12:48 PM, jean-frederic clere wrote: Jim Jagielski wrote: On Jul 17, 2007, at 10:31 AM, [EMAIL PROTECTED] wrote: +if (*(workers-s-route) strcmp(workers-s- route, route) == 0) { Is that right? I'm guessing the 1st check was to make sure that workers-s-route

mod_mbox attachment handling

2007-07-17 Thread Chris Haumesser
Hi, I'm trying to help a client improve its list archives. They've been using mailman with pipermail for many years, and pipermail is problematic in many ways. We like the look and feel of mod_mbox, and would like to deploy it. However, it doesn't seem to handle common attachments

Re: mod_mbox attachment handling

2007-07-17 Thread Chris Haumesser
Just in case your mailer mangles my sample URL, see: http://tinyurl.com/392g7l On Tuesday 17 July 2007 15:15:25 Chris Haumesser wrote: Hi, I'm trying to help a client improve its list archives. They've been using mailman with pipermail for many years, and pipermail is problematic in many

Re: mod_mbox attachment handling

2007-07-17 Thread Paul Querna
Chris Haumesser wrote: --- mod_mbox has now a brand new and complete MIME parser. The attachment downloading is still to be implemented, but it's really no big deal considering the data structures generated by the mbox_mime_decode_multipart() function. --- Is the above still an