ERROR: There is no such list DATE here. SOLUTION: Send a message to minimalist@... with a subject of 'info' (no quotes) for a list of available...
Minimalist Manager
minimalist@...
Jul 1, 2003 9:51 am
44889
ERROR: There is no such list ISN'T here. SOLUTION: Send a message to minimalist@... with a subject of 'info' (no quotes) for a list of available...
Minimalist Manager
minimalist@...
Jul 1, 2003 9:52 am
44890
finally committed, sorry for the delay, thanks again for your contribution! I made some minor formatting changes to your final patch as well as a code change...
Jeff Trawick
trawick@...
Jul 1, 2003 11:27 am
44891
... Note that if it is a security issue (which race conditions often are), you should post to security@..., not an open list. Cheers, Ben. -- ...
Ben Laurie
ben@...
Jul 1, 2003 11:35 am
44892
this small patch allows to select how aggressive a cgi should be swept away. With the directive ScriptKillPolicy one can select per server, which...
Lothar Märkle
lothar.maerkle@...
Jul 1, 2003 11:44 am
44893
Hi, I sent few weeks ago a patch for util_ldap shm cache which is broken in apache 2.0 The problem are: shm file is unique for all httpd -> i created a...
Estrade Matthieu
estrade-m@...
Jul 1, 2003 1:02 pm
44894
Noted in Apache 1.3's STATUS file... There is also a question (MMN bump) and we need docs for it....
Jim Jagielski
jim@...
Jul 1, 2003 1:05 pm
44895
I'm sorry, tusc does not produce any output, the process just hangs and eats all cpu. Possibly the process is not doing any systemcalls ? Output : ...
Peter Van Biesen
peter.vanbiesen@...
Jul 1, 2003 3:13 pm
44896
(re. the poor quality cnet story that is just advertising, and the corresponding slashdot post) Yea... umh... some of their analysis is pretty poor. I didn't...
Marc Slemko
marcs@...
Jul 1, 2003 5:16 pm
44897
... Well, let's have a look. My first analysis: ID 1 seems to be invalid, the preconditions code path cannot happen. (second and last precondition are in...
... Hmm, in 2.x we decided that core_server_conf isn't public so we don't need such a bump. Perhaps for the ap_is_recursion_limit_exceeded function? Then we'd...
or ap_registry_get_server_root()? I'm curious about when REGKEY is used in src/os/win32/registry.c, and I can't find any callers....
Jeff Trawick
trawick@...
Jul 2, 2003 12:39 am
44900
... There is such a feature in the pools code, but as far as I'm aware we don't use it. We intentionally do not check for OOM conditions because, though we've...
Cliff Woolley
jwoolley@...
Jul 2, 2003 2:29 am
44901
... I just realized there's a problem with this... if you call apr_bucket_alloc_create_ex() and pass it an allocator, alloc_cleanup() should not call...
Cliff Woolley
jwoolley@...
Jul 2, 2003 6:04 am
44902
... Never tried this with 2.0; but with 1.3 I've regularly used loging.conf/ulimits to manage footprint; and relied on getting a child emit an early "Ouch!...
Dirk-Willem van Gulik
dirkx@...
Jul 2, 2003 6:18 am
44903
... Eh? Why the flag? What is that for... doesn't the caller know when and if he should clean up? So there shouldn't be a need for a flag... Cheers, -g -- Greg...
Greg Stein
gstein@...
Jul 2, 2003 6:31 am
44904
... The caller knows. But right now apr_buckets_alloc.c:alloc_cleanup() calls apr_allocator_destroy(allocator) regardless of whether it "owns" the allocator...
Cliff Woolley
jwoolley@...
Jul 2, 2003 6:39 am
44905
Hi, a couple of weeks ago I upgraded our servers from 2.0.43 to 2.0.46. Since then, child processes on our internal server either exit with a segmentation...
Peter Van Biesen
peter.vanbiesen@...
Jul 2, 2003 7:40 am
44906
... I also agree that we don't officially export it, so a bump isn't 100% required, but it was something that needed to be brought up....
Jim Jagielski
jim@...
Jul 2, 2003 11:25 am
44907
Hi all, Am I correct in understanding that commits to the v2.1 branch are commit then review? Regards, Graham -- ... minfrin@... "There's a moon over...
Graham Leggett
minfrin@...
Jul 2, 2003 12:06 pm
44908
On Tue, Jul 01, 2003 at 03:01:43PM +0200, Estrade Matthieu wrote: ... Hi Matthieu - this will still break when the shmem segment fills up, the code needs to...
Joe Orton
jorton@...
Jul 2, 2003 12:26 pm
44909
... yes...
Jeff Trawick
trawick@...
Jul 2, 2003 2:17 pm
44910
Hi joe, First, thanks for the answer. I based my code on two examples: First the broken util_ldap_cache_mgr.c and i just changed util_ldap_rmm by...
Estrade Matthieu
estrade-m@...
Jul 2, 2003 3:39 pm
44911
APACHE 1.3 STATUS: -*-text-*- Last modified at [$Date: 2003/07/01 12:29:12 $] Release: 1.3.28-dev: In development. Jim proposes a TAG on July 1, 2003 with...
Rodent of Unusual Size
Ken.Coar@...
Jul 3, 2003 3:45 am
44912
APACHE 2.0 STATUS: -*-text-*- Last modified at [$Date: 2003/07/01 01:25:04 $] Release: 2.0.47 : in development ...
Rodent of Unusual Size
Ken.Coar@...
Jul 3, 2003 3:45 am
44913
APACHE 2.1 STATUS: -*-text-*- Last modified at [$Date: 2003/05/29 15:07:11 $] Release [NOTE that only Alpha/Beta...
Rodent of Unusual Size
Ken.Coar@...
Jul 3, 2003 3:46 am
44914
Hi, I've tagged the tree with STRIKER_2_0_47_PRE1. Testing would be greatly appreciated. Sander...
Sander Striker
striker@...
Jul 3, 2003 10:35 am
44915
... will do. I haven't been following the lists too closely lately (day job + personal upheaval) so I appreciate the off list email. Cheers, Greg...
gregames@...
Jul 3, 2003 2:13 pm
44916
No one seems to have bitten on this patch... I have to admit that I don't really like modifying server_rec and adding another configuration directive either. ...
Ryan Eberhard
ryan.eberhard@...
Jul 3, 2003 2:39 pm
44917
... Whyfor did you get rid of the cast? This may give you compiler warnings on some platforms. S. -- Covalent Technologies...