Re: [PATCH]: mod_logio.c, now with documentation

2002-09-27 Thread Bojan Smojver
Woo-hoo!!! Thanks to everyone that helped me with this. Bojan On Sat, 2002-09-28 at 14:21, Ian Holsman wrote: > On Tue, 24 Sep 2002 21:48:13 -0700, Bojan Smojver wrote: > > > Quoting Ian Holsman <[EMAIL PROTECTED]>: > > > >> ok.. if no one has any objections to this I'll commit it tomorrow. >

Re: [PATCH]: mod_logio.c, now with documentation

2002-09-27 Thread Ian Holsman
On Tue, 24 Sep 2002 21:48:13 -0700, Bojan Smojver wrote: > Quoting Ian Holsman <[EMAIL PROTECTED]>: > >> ok.. if no one has any objections to this I'll commit it tomorrow. > > Excellent! > > Thanks, > Bojan > Thanks for the contribution Bojan. it has been comitted > -

GNU libtool bug in Darwin

2002-09-27 Thread Wilfredo Sánchez
There is a bug in the current GNU libtool in Darwin which causes it not to build properly when building plug-in modules (MH_BUNDLE). The -install_name flag to the linker only applies to shared libraries (MH_DYLIB). The first diff below fixes the source, the second fixes /usr/bin/glibto

HTTP_NOT_MODIFIED (304) and Authentication-Info

2002-09-27 Thread Indraneel Sarkar
Is "Authentication-Info" header (as defined in RFC-2617) for Digest-authentication considered Entity-header? When Apache retuns a "304 Not Modified", it simply includes "WWW-Authenticate" and "Proxy-Authenticate" among the authentication related headers (http_protocol.c:1609 for Apache2, and http_

Re: providing apache2 rpms ?

2002-09-27 Thread Peter Poeml
Hi! On Fri, Sep 27, 2002 at 09:19:55AM -0700, Ian Holsman wrote: > I would be happy putting a spec file in the distribution, > if someone could agree where apache should live on linux box. I think the layout on Linux shouldn't be so different between the distros anymore because most already foll

Re: httpd_ldap: session time out

2002-09-27 Thread RCHAPACH Rochester
>I have had two problems using an MS exchange server :) to autheticate. >The first is that ldap queries allways return a dn with and extra cn attribute >as as below: >cn=qzlg4d,cn=Recipients,ou=EXNZ01,o=ABC >but when you try and bind with the same dn it fails unless you remove the >cn=Recipients.

Re: providing apache2 rpms ?

2002-09-27 Thread Ian Holsman
I would be happy putting a spec file in the distribution, if someone could agree where apache should live on linux box. Henri Gomez wrote: > Now that jk 1.2.0 has been released many users ask me for > Apache 2.0.42 rpms which are located at : > > http://ftp.falsehope.com/home/gomez/apache2/ > >

Re: Saving request state when client uses byte ranges

2002-09-27 Thread Justin Erenkrantz
On Fri, Sep 27, 2002 at 02:11:47AM -0700, [EMAIL PROTECTED] wrote: > Can anyone suggest a way around this problem? Is my shared memory idea > workable? Is there another way that I'm just blindly missing? Well, one thing I'd guess you could do is only charge when they receive the final byterang

providing apache2 rpms ?

2002-09-27 Thread Henri Gomez
Now that jk 1.2.0 has been released many users ask me for Apache 2.0.42 rpms which are located at : http://ftp.falsehope.com/home/gomez/apache2/ What about copying it also on httpd.apache.org, ie http://www.apache.org/dist/httpd/binaries/linux/ Regards

Re: Saving request state when client uses byte ranges

2002-09-27 Thread Aaron Bannert
Perhaps ezmlm added in the From line inaccurately. I'm seeing a From line with my name it in, not yours. -aaron On Fri, Sep 27, 2002 at 01:18:58PM +0200, Peter Van Biesen wrote: > Who are you and why are you using my name in your from: field ? > > Peter. > > [EMAIL PROTECTED] wrote: > >Hi all

Re: How Do I Create A Per-Worker Pool?

2002-09-27 Thread Ryan Bloom
On Thu, 26 Sep 2002, Charles Reitzel wrote: > Thanks for telling me what I need to know: "you can't get there from here." > > I don't want to start a philosophical debate, but it is a common idiom > (yea, verily a "pattern") in multi-threaded programming to avoid contention > by duplicating si

Re: Saving request state when client uses byte ranges

2002-09-27 Thread James Tait
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Peter Van Biesen wrote: > Who are you I would have thought my signature would answer that question > and why are you using my name in your from: field ? View the source of my mail and you will see that it had no From: header. The reason for th

Re: Saving request state when client uses byte ranges

2002-09-27 Thread Peter Van Biesen
Who are you and why are you using my name in your from: field ? Peter. [EMAIL PROTECTED] wrote: > Hi all, > > I have a problem which I'm hoping someone can help me to sort out. I've > written a module that performs two functions: > > - Authorisation of asset retrieval based on client IP, req

Re: How Do I Create A Per-Worker Pool?

2002-09-27 Thread Charles Reitzel
Thanks for telling me what I need to know: "you can't get there from here." I don't want to start a philosophical debate, but it is a common idiom (yea, verily a "pattern") in multi-threaded programming to avoid contention by duplicating singletons in each thread. This can be done either by us

apu-config

2002-09-27 Thread Oden Eriksson
(this mail was also sent to the apr list) I'm maintaining the apache2 packages for Mandrake Linux, and wonder if I could ask som questions here? I noticed that the apr* stuff now uses the config.layout, nice! But..., currently the generated apu-config file does not honor the LIBNAME. apr-conf

Saving request state when client uses byte ranges

2002-09-27 Thread dev-return-33593-archive=jab . org
Hi all, I have a problem which I'm hoping someone can help me to sort out. I've written a module that performs two functions: - Authorisation of asset retrieval based on client IP, request URI and user token. - Confirmation of (non-)delivery of the requested asset. This ties into a back-e

Re: mod_blanks

2002-09-27 Thread Graham Leggett
Ian Holsman wrote: > I would disagree on this > We have an internal module which does > this as we have found that html is general is not easy to strip > as you would think. > If you do do this, please make sure you test your module on a lot of > different HTML out there, as well as multiple bro

Re: httpd_ldap: session time out

2002-09-27 Thread Graham Leggett
Thomas Bennett wrote: > I have had two problems using an MS exchange server :) to autheticate. > The first is that ldap queries allways return a dn with and extra cn attribute > as as below: > cn=qzlg4d,cn=Recipients,ou=EXNZ01,o=ABC > but when you try and bind with the same dn it fails unless yo