resolving the "removing the first connection filter in chain" bug

2005-01-10 Thread Stas Bekman
1.5+ years ago I've submitted this bug report. Back then the answer was (I think by Justin): the fix is to rewrite the filter chains to be double-linked and that will be possible only in 2.1. As now it's about time to implement this, please suggest how it's the best to proceeed. Origin

Re: Working on some load balancing methods

2005-01-10 Thread Graham Leggett
Justin Erenkrantz wrote: mod_backhand doesn't support Apache 2.x: But mod_backhand can be ported to Apache 2, if people have the itch (which is what seems to be the case). mod_backhand is my next itch to scratch after the LDAP stuff finally works. Regards, Graham -- smime.p7s Description: S/MIM

Re: Working on some load balancing methods

2005-01-10 Thread Paul Querna
Justin Erenkrantz wrote: --On Saturday, January 8, 2005 10:43 PM + Ben Laurie <[EMAIL PROTECTED]> wrote: Errr... mod_backhand? mod_backhand doesn't support Apache 2.x: HTH. -- justin Hence, the APR Multicast stuff I have recently ad

Re: Working on some load balancing methods

2005-01-10 Thread Justin Erenkrantz
--On Saturday, January 8, 2005 10:43 PM + Ben Laurie <[EMAIL PROTECTED]> wrote: Errr... mod_backhand? mod_backhand doesn't support Apache 2.x: HTH. -- justin

Re: module example wanted

2005-01-10 Thread Nick Kew
On Mon, 10 Jan 2005, Laszlo wrote: > Having access to a request_rec *r (ex. http://abc.hu/myapp/abc.xyz), > how can I read the content of abc.xyz (wich contains only XML data) > and generating a response (wich contains only HTML). You probably want the apache-modules list for this. What you want

Re: module example wanted

2005-01-10 Thread Laszlo
Laszlo wrote: Hi all, Having access to a request_rec *r (ex. http://abc.hu/myapp/abc.xyz), how can I read the content of abc.xyz (wich contains only XML data) and generating a response (wich contains only HTML). Thank you in advance. -

module example wanted

2005-01-10 Thread Laszlo
Hi all, Having access to a request_rec *r (ex. http://abc.hu/myapp/abc.xyz), how can I read the content of abc.xyz (wich contains only XML data) and generating a response (wich contains only HTML). Thank you in advance. --- Las