Re: ssl/varlookup.t

2001-12-01 Thread Doug MacEachern
On Sat, 1 Dec 2001, Cliff Woolley wrote: Is this really a bug in httpd, or is it a bug in the test? I think it's a bug in the test that only shows up days 1-9 of the month, but I just thought I'd check before I went and 'fixed' the test. bug in the test, fixed. there was another that

Re: vhost hooks

2001-12-01 Thread Graham Leggett
Ian Holsman wrote: over here @cnet we have a groups of a couple (10-50) of hostnames which provide similiar content but are slightly different (eg.. yahoo.cnet.com news.cnet.com) and ( http://hotbar.cnet.com/ and shopper.cnet.com) Why not just include an external common file? Vhost blah

RE: vhost hooks

2001-12-01 Thread Rolando Michan
Can you send and example of that file Thank you in advance Roland - Original Message - From: Graham Leggett [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, December 01, 2001 5:57 AM Subject: Re: vhost hooks Ian Holsman wrote: over here @cnet we have a groups of a couple

Re: vhost hooks

2001-12-01 Thread Graham Leggett
Rolando Michan wrote: Can you send and example of that file Thank you in advance Include allows you to include any file you want, with whatever config you want in it. So for example, if you have a group of vhosts with a bit of common config in it, say like this: VirtualHost blah Setenv

[PATCH] more pool optimizations for worker MPM

2001-12-01 Thread Brian Pane
I enhanced my worker MPM and apr_pool_t optimization patch by adding recycling of transaction pools so that we can avoid the mutex overhead associated with destroying pools. With this patch, the fdqueue pop function allows a worker thread to return its previous ptrans pool to the listener

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

2001-12-01 Thread Cliff Woolley
On 1 Dec 2001 [EMAIL PROTECTED] wrote: brianp 01/11/30 21:38:23 Modified:.CHANGES modules/filters mod_include.c Log: Fix the handling of SSI directives in which the of the terminating -- is the last byte in a file (previously, the output of the

Segfault with MMAPed files...

2001-12-01 Thread Justin Erenkrantz
Requesting a large file segfaults with HEAD in bucket MMAP code. The bucket data looks like it is getting trounced somehow. Looking into this now, but posting in case this strikes an immediate chord with someone. =) -- justin #0 0xdfb51614 in apr_mmap_offset (addr=0xdf1ff744, mmap=0x10,

Re: Segfault with MMAPed files...

2001-12-01 Thread Justin Erenkrantz
On Sat, Dec 01, 2001 at 04:30:19PM -0800, Justin Erenkrantz wrote: Requesting a large file segfaults with HEAD in bucket MMAP code. The bucket data looks like it is getting trounced somehow. Looking into this now, but posting in case this strikes an immediate chord with someone. =) --

Re: Segfault with MMAPed files...

2001-12-01 Thread Cliff Woolley
On Sat, 1 Dec 2001, Justin Erenkrantz wrote: Requesting a large file segfaults with HEAD in bucket MMAP code. The bucket data looks like it is getting trounced somehow. Looking into this now, but posting in case this strikes an immediate chord with someone. =) -- justin Crap, my commit

Re: Segfault with MMAPed files...

2001-12-01 Thread Cliff Woolley
On Sat, 1 Dec 2001, Justin Erenkrantz wrote: Actually, it isn't a large file - it's a 0 length file (a bug in my archiving scripts trounced all of the files - so the files were actually empty). This is even better. =) -- justin Whoops!! Patch on the way. --Cliff

Re: cvs commit: apr-util/buckets apr_buckets_file.c

2001-12-01 Thread Justin Erenkrantz
On Sat, Dec 01, 2001 at 07:48:44PM -0500, Cliff Woolley wrote: On 2 Dec 2001 [EMAIL PROTECTED] wrote: @@ -94,7 +94,7 @@ filelength = APR_MMAP_LIMIT; } } -else if ((filelength = APR_MMAP_THRESHOLD) +else if ((filelength