Re: Bug#372179: AC_CANONICAL_SYSTEM overwrites $@

2006-06-19 Thread Ralf Wildenhues
Hello Justin, Tollef, * Justin Erenkrantz wrote on Sun, Jun 18, 2006 at 11:40:12PM CEST: On 6/18/06, Tollef Fog Heen [EMAIL PROTECTED] wrote: Currently, if configure is passed --sbindir=, it just overrides $sbindir without flagging that at all. If it, in addition to changing $sbindir, it'd

Re: [PROPOSAL/PATCH] add ssl sockets

2006-06-19 Thread david reid
Jeff Trawick wrote: On 6/16/06, William A. Rowe, Jr. [EMAIL PROTECTED] wrote: Jeff Trawick wrote: On 6/13/06, david reid [EMAIL PROTECTED] wrote: The attached patch is a first pass at getting some support for using openssl directly for ssl sockets within APR. I've tried to be generic in

Re: [PROPOSAL/PATCH] add ssl sockets

2006-06-19 Thread Mads Toftum
On Mon, Jun 19, 2006 at 04:33:58PM +0100, david reid wrote: This discussion has just gone round and round in circles. How about I simply do what I started out doing - add an ssl socket implentation to apr-util. Once it's in, tested and working it should be easier to see if/when/how we then

Re: [PROPOSAL/PATCH] add ssl sockets

2006-06-19 Thread Paul Querna
Mads Toftum wrote: On Mon, Jun 19, 2006 at 04:33:58PM +0100, david reid wrote: This discussion has just gone round and round in circles. How about I simply do what I started out doing - add an ssl socket implentation to apr-util. Once it's in, tested and working it should be easier to see

Re: Bug#372179: AC_CANONICAL_SYSTEM overwrites $@

2006-06-19 Thread Justin Erenkrantz
On 6/19/06, Tollef Fog Heen [EMAIL PROTECTED] wrote: * Ralf Wildenhues | Hello Justin, Tollef, | | * Justin Erenkrantz wrote on Sun, Jun 18, 2006 at 11:40:12PM CEST: | On 6/18/06, Tollef Fog Heen [EMAIL PROTECTED] wrote: | Currently, if configure is passed --sbindir=, it just overrides |

robust mutexes (was: RFC: posixsem/pthread mutexes considered harmful)

2006-06-19 Thread Tsuyoshi SASAMOTO
[1] supposedly on Solaris, this is solved for pthread mutexes by setting the robust attribute, but evidence in bugzilla from at least one tester was that mod_include segfaults using worker on Solaris could hang the server. I guess this was caused by bug 39833 (now fixed in rev. 415267 415268),

How to unsubscribe from [EMAIL PROTECTED]

2006-06-19 Thread Leasky Chen
Hi everyone, I send email to [EMAIL PROTECTED] to unsubscribe from this email list. But I still got a lot of mails every day. What should I do? Thanks LeonExpress yourself instantly with MSN Messenger! MSN Messenger

Re: robust mutexes (was: RFC: posixsem/pthread mutexes considered harmful)

2006-06-19 Thread Joe Orton
On Tue, Jun 20, 2006 at 01:36:21AM +0900, Tsuyoshi SASAMOTO wrote: [1] supposedly on Solaris, this is solved for pthread mutexes by setting the robust attribute, but evidence in bugzilla from at least one tester was that mod_include segfaults using worker on Solaris could hang the server.

Re: How to unsubscribe from [EMAIL PROTECTED]

2006-06-19 Thread Roy T. Fielding
On Jun 19, 2006, at 9:55 AM, Leasky Chen wrote: I send email to [EMAIL PROTECTED] to unsubscribe from this email list. But I still got a lot of mails every day. We did not receive them -- maybe the address is blocked within hotmail. I have manually removed you from the list. Roy

Re: [PROPOSAL/PATCH] add ssl sockets

2006-06-19 Thread William A. Rowe, Jr.
david reid wrote: This discussion has just gone round and round in circles. How about I simply do what I started out doing - add an ssl socket implentation to apr-util. Once it's in, tested and working it should be easier to see if/when/how we then integrate the code into better/simpler