Re: [OT] ajusting apache timeout

2009-11-16 Thread Sam Carleton
Eric, I was stepping through the Axis2/C code on Apache. I found the issue... I was programmatically setting up the binding on the client and had missed the fact that after I set the SendTimeout to 10 minutes, about 15 lines farther down I set it again to 25 seconds. Sam On Sun, Nov 15, 2009

Recommended way to use autotools

2009-11-16 Thread Dave Ingram
Hi all, I've been wondering if there is a recommended way of using autotools when writing an Apache module? I've seen a tutorial http://threebit.net/tutorials/apache2_modules/tut1/tutorial1.html on this, but it was last updated in 2005, so I'm not sure if there are any better ways or things

Re: I'm stuck with an OS X module problem and -mmacosx-version-min=10.5

2009-11-16 Thread William A. Rowe Jr.
Patrick McManus wrote: Of course, the SL binary will not run on 10.5 - I get linker errors when apache loads it. That's expected (ok, I forgot it, but its normal) - and then I rebuilt the module with -mmacosx-version-min=10.5. The linker errors resolved themselves. Hurrah. However now

Re: Recommended way to use autotools

2009-11-16 Thread Jerome Renard
Hi Dave, On Mon, Nov 16, 2009 at 11:42 PM, Dave Ingram d...@dmi.me.uk wrote: Hi all, I've been wondering if there is a recommended way of using autotools when writing an Apache module? I've seen a tutorial http://threebit.net/tutorials/apache2_modules/tut1/tutorial1.html on this, but it was