Re: cvs commit: httpd-test/flood config.h.in configure.in flood.c flood_easy_reports.c flood_farm.c flood_net.c flood_net_ssl.c flood_report_relative_times.c

2001-08-24 Thread Aaron Bannert
On Thu, Aug 23, 2001 at 10:35:50PM -0700, Justin Erenkrantz wrote: On Fri, Aug 24, 2001 at 04:26:39AM -, [EMAIL PROTECTED] wrote: jerenkrantz01/08/23 21:26:39 Modified:floodconfig.h.in configure.in flood.c flood_easy_reports.c flood_farm.c

Re: cvs commit: httpd-test/flood CHANGES flood_farm.c

2001-08-24 Thread Aaron Bannert
On Fri, Aug 24, 2001 at 05:59:58AM -, [EMAIL PROTECTED] wrote: jerenkrantz01/08/23 22:59:58 Modified:floodCHANGES flood_farm.c Log: Okay, here's the real commit log for the fork()-based implementation of flood. - Remove FLOOD_USE_THREADS as we have no way of

Re: cvs commit: httpd-test/flood config.h.in configure.in flood.c flood_round_robin.c

2001-08-24 Thread Greg Stein
On Fri, Aug 17, 2001 at 09:30:24AM -0700, Justin Erenkrantz wrote: [ CCing [EMAIL PROTECTED] - this came about due to flood requiring a PRNG... ] On Fri, Aug 17, 2001 at 09:21:06AM -0700, Aaron Bannert wrote: Really this should be in APR, but I fear that PRNG is a touchy subject for

Re: cvs commit: httpd-test/flood config.h.in configure.in flood.c flood_round_robin.c

2001-08-24 Thread Roy T. Fielding
I don't see a problem adding a PRNG into APR as long as we have a by default good one available with known characteristics. -- justin Um... APR *already* has random stuff in there. It can build against the truerand library, and it can use the /dev/random device. If we have a small hunk

Re: is apache building properly for anybody on Darwin?

2001-08-24 Thread Bill Stoddard
# httpd - temporary wrapper script for .libs/httpd # Generated by ltmain.sh - GNU libtool 1.3.4-freebsd-ports (1.385.2.196 1999/12/07 21:47:57) # # The httpd program cannot be directly executed until all the libtool # libraries that it depends on are installed. # Huh? Okay, I confess

Re: 2.0.24 ready for beta?

2001-08-24 Thread Jeff Trawick
Greg Stein [EMAIL PROTECTED] writes: On Thu, Aug 23, 2001 at 02:53:03PM -0400, Greg Ames wrote: ... However, the bugs are getting more subtle and take longer to debug and fix. With our current process, a great deal of new code can be committed while the gnarly problem in last tarball is

Re: is apache building properly for anybody on Darwin?

2001-08-24 Thread Jeff Trawick
Bill Stoddard [EMAIL PROTECTED] writes: # httpd - temporary wrapper script for .libs/httpd # Generated by ltmain.sh - GNU libtool 1.3.4-freebsd-ports (1.385.2.196 1999/12/07 21:47:57) # # The httpd program cannot be directly executed until all the libtool # libraries that it depends

Re: Win32 compile breakage...

2001-08-24 Thread jlwpc1
Is awk installed? Somehow managed to get the wrong awk.exe wrapping the wrong gawk.exe. Try Windows Script Host ( WSH ), (always there, always ready), since Apache now fully supports Windows OS (and IE) tools! :) JLW

appending to the content brigade

2001-08-24 Thread Eric Prud'hommeaux
I'm implementing a content filter which wraps the content in multipart mime. I can generate a separator, my data, separator, original payload and separator. The problem is that if I just concatonate the brigades, I end up with an EOS before my final separator. This works (the final bucket gets

RE: cvs commit: httpd-2.0/modules/ssl mod_ssl.c ssl_engine_io.c

2001-08-24 Thread MATHIHALLI,MADHUSUDAN (HP-Cupertino,ex1)
Hi, Pl. see my comments below .. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, August 24, 2001 11:07 AM To: [EMAIL PROTECTED] Subject: cvs commit: httpd-2.0/modules/ssl mod_ssl.c ssl_engine_io.c dougm 01/08/24 11:06:47 Modified:

Re: Ryan's comments about split_and_pass_pretag_buckets.

2001-08-24 Thread Ryan Bloom
The big problem, is that this shouldn't be a function, it should be a macro. Ryan On Friday 24 August 2001 18:59, William A. Rowe, Jr. wrote: - Original Message - From: Paul J. Reder [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, August 24, 2001 6:02 PM Subject: Re: Ryan's

Re: cvs commit: httpd-2.0/modules/http http_protocol.c

2001-08-24 Thread Greg Stein
On Fri, Aug 24, 2001 at 04:39:32PM -0400, Cliff Woolley wrote: ... It just occurred to me that by the time we arrive at this particular block, the byterange filter should have normalized all such buckets because it calls apr_brigade_length(), which reads in all buckets of indeterminate

Re: 2.0.24 and ssl and perchild

2001-08-24 Thread Justin Erenkrantz
On Sun, Aug 26, 2001 at 02:04:26AM +0200, Gomez Henri wrote: The problem I related previously appears only when using --with-mpm=perchild No problem with threaded or worker I'm not sure if anyone is maintaining perchild. -- justin

Re: recommanded configure for 2.0.24 ?

2001-08-24 Thread Gomez Henri
On Sun, Aug 26, 2001 at 02:06:53AM +0200, Gomez Henri wrote: May be the following is more recommanded ? ./configure \ --with-mpm=threaded \ --enable-so \ --enable-module=all \ --enable-mods-shared=all \ --enable-so \ --enable-ssl --with-ssl=/usr/include/ Yes, I'd recommend this one as

Re: .libs/httpd

2001-08-24 Thread Ryan Bloom
On Friday 24 August 2001 14:40, Greg Stein wrote: On Fri, Aug 24, 2001 at 01:50:06PM -0700, Ryan Bloom wrote: On Friday 24 August 2001 13:51, Greg Stein wrote: On Fri, Aug 24, 2001 at 08:27:57AM -0700, Ryan Bloom wrote: ... Please don't do that. Passing --disable-shared is what

MM

2001-08-24 Thread MATHIHALLI,MADHUSUDAN (HP-Cupertino,ex1)
Quick Question - Is MM support still available and if yes, how do I enable it (--enable-sms ?) Thanks -Madhu

Re: recommanded configure for 2.0.24 ?

2001-08-24 Thread Justin Erenkrantz
On Sun, Aug 26, 2001 at 02:19:54AM +0200, Gomez Henri wrote: Yes, on Linux prefork is selected by default. threaded seems to works fine, but perchild is no more useable since mod_ssl failed to build. Yeah, but there are outstanding issues with threaded MPM that make me leery of recommending

RE: [PATCH] fix session caching

2001-08-24 Thread MATHIHALLI,MADHUSUDAN (HP-Cupertino,ex1)
Oops.. I forgot to put in the explaination itself :-).. From Geoff's mail ... snip ... So, the fix is to change mod_ssl to force OpenSSL to ignore process local-caching and to always get/set/delete sessions using mod_ssl's callbacks. The latest version of mod_ssl (2.8.4), at about line 604

Re: MM

2001-08-24 Thread Ryan Bloom
MM is gone from the tree. It is no longer necessary, APR provides it's own shared memory code. Ryan On Friday 24 August 2001 17:28, MATHIHALLI,MADHUSUDAN (HP-Cupertino,ex1) wrote: Quick Question - Is MM support still available and if yes, how do I enable it (--enable-sms ?) Thanks

Re: .libs/httpd

2001-08-24 Thread Ryan Bloom
On Friday 24 August 2001 14:58, Greg Stein wrote: On Fri, Aug 24, 2001 at 02:42:30PM -0700, Ryan Bloom wrote: ... Because it is absolutely bogus that I have to choose whether EVERYTHING in the build is static or dynamic. I should be able to configure APR to be built as a static lib, but

Re: cvs commit: httpd-2.0/include http_core.h

2001-08-24 Thread William A. Rowe, Jr.
From: Greg Stein [EMAIL PROTECTED] Sent: Friday, August 24, 2001 4:51 PM On Fri, Aug 24, 2001 at 04:24:35PM -0500, William A. Rowe, Jr. wrote: ... I'm not approaching this again until I've slept on it. I have the patch essentially finished, adding a per-'dir' (proxy location, really)

[PATCH] fix session caching

2001-08-24 Thread MATHIHALLI,MADHUSUDAN (HP-Cupertino,ex1)
Hi, The possible security fix that Geoff Thorpe had posted sometime back on the modssl-users mailing list (I can provide more details if required).. Index: ssl_engine_init.c === RCS file:

Re: .libs/httpd

2001-08-24 Thread Greg Stein
On Fri, Aug 24, 2001 at 08:27:57AM -0700, Ryan Bloom wrote: On Friday 24 August 2001 00:33, Greg Stein wrote: On Fri, Aug 24, 2001 at 12:15:17AM -0700, Doug MacEachern wrote: ... libuncooltool. i didn't realize libapr was now linked as a shared library. that explains everything.

Re: [Fwd: brianp patch Quantify results] (was thread-specific freelistfor pools patch )

2001-08-24 Thread Roy T. Fielding
For the pools code, it can only be patched. It is unacceptable to toss a completely written-from-scratch replacement into the code base. If it takes a sequence of 20 patches to reach the written-from-scratch stage, then fine... but that means each step has been reviewable as you go along.

recommanded configure for 2.0.24 ?

2001-08-24 Thread Gomez Henri
Also what's the recommanded ./configure params on Linux boxes ? I'm using the following which may be a little longer ./configure \ --with-mpm=threaded \ --enable-so \ --enable-env=shared \ --enable-setenvif=shared \ --enable-unique_id=shared \ --enable-mime=shared \

Re: .libs/httpd

2001-08-24 Thread Ryan Bloom
On Friday 24 August 2001 13:51, Greg Stein wrote: On Fri, Aug 24, 2001 at 08:27:57AM -0700, Ryan Bloom wrote: On Friday 24 August 2001 00:33, Greg Stein wrote: On Fri, Aug 24, 2001 at 12:15:17AM -0700, Doug MacEachern wrote: ... libuncooltool. i didn't realize libapr was now

Re: cvs commit: httpd-2.0/modules/filters mod_include.c

2001-08-24 Thread Cliff Woolley
On 25 Aug 2001 [EMAIL PROTECTED] wrote: rbb 01/08/24 22:26:05 Modified:.CHANGES modules/filters mod_include.c Log: Add the ability for mod_include to add the INCLUDES filter if the file is configured for the server-parsed handler. This makes

Re: cvs commit: httpd-2.0/modules/filters mod_include.c

2001-08-24 Thread Ryan Bloom
On Friday 24 August 2001 22:41, Cliff Woolley wrote: On 25 Aug 2001 [EMAIL PROTECTED] wrote: rbb 01/08/24 22:26:05 Modified:.CHANGES modules/filters mod_include.c Log: Add the ability for mod_include to add the INCLUDES filter if the file