Apache HTTP Server 1.3.32 RC Tarballs available for test

2004-10-18 Thread Jim Jagielski
The RC tarballs for 1.3.32 are available for review and feedback: http://httpd.apache.org/dev/dist/ 1.3.32 is *not* yet released; these are simply the release candidate tarballs. -- === Jim Jagielski [|] [EMAIL PR

Re: Is there a limit to using "with-module" directive ???

2004-10-18 Thread Rici Lake
On 18-Oct-04, at 9:03 PM, Bennett, Tony - CNF wrote: It only builds the module specified in the last "--with-module" directive. Is this a limitation with that directive ??? Yes, the directive only handles one module.

Is there a limit to using "with-module" directive ???

2004-10-18 Thread Bennett, Tony - CNF
Title: Is there a limit to using "with-module" directive ??? I have tried "adding" two different home-grown modules to be statically linked when attempting to configure httpd 2.0.52 on AIX 5.1. My configure command:         CC="xlc_r"; export CC     CPPFLAGS="-D_THREAD_SAFE"; expor

RE: Bug: Apache hangs if script invokes fork/waitpid

2004-10-18 Thread Naik, Roshan
In my humble opinion it is much simpler (and cleaner) to fix this problem in one place...Apache, rather than in each module that may face this problem. > So from the part of the Perl script I see > only two approaches: > > 1. Guidelines for script programmers that clearly state that > you h

Re: libapreq 1.3 fix

2004-10-18 Thread David Wheeler
On Oct 18, 2004, at 3:43 AM, William Ross wrote: Having replaced a powerbook, I've been banging my head against libapreq again, o joy. I can confirm that in order to install it you need to apply Stas's patch from last year, as found here: http://marc.theaimsgroup.com/?l=apreq-dev&m=10596

Re: Mod_Proxy Counting Bug(s)?

2004-10-18 Thread Mladen Turk
NormW wrote: Well It's not a bug since It's not finished :). Not finished? Not a bug then, as you suggest! I meant: the received/transferred counting logic is not finished, and I doubt if it's worth to be finished after all. At least as far as I can see with proxy_ajp, this is about its only 'issu

Re: Mod_Proxy Counting Bug(s)?

2004-10-18 Thread NormW
Mladen Turk wrote: NormW wrote: Refreshing the /server-status page showed: Acc 3, Wr 0, Rd 0. I assume the 'Acc' count is correct but 'Wr' and 'Rd' are (most likely) incorrect. This was done using a CVS build of 2.1 httpd on NetWare. This is work in progress. I'm having second thoughts on t

Re: Mod_Proxy Counting Bug(s)?

2004-10-18 Thread Mladen Turk
NormW wrote: Refreshing the /server-status page showed: Acc 3, Wr 0, Rd 0. I assume the 'Acc' count is correct but 'Wr' and 'Rd' are (most likely) incorrect. This was done using a CVS build of 2.1 httpd on NetWare. This is work in progress. I'm having second thoughts on the counting rd/wr al

Mod_Proxy Counting Bug(s)?

2004-10-18 Thread NormW
Greetings All, 1. I set up an Apache21 server with mod_proxy, and one proxy_ajp to a single Tomcat on a separate machine, so that I could capture the network packets. (The generated trace is available if required.) I first confirmed the balancer stats on /server-status were showing Acc, Wr and