Re: [PATCH 1.3] fix buglet in the 1.3.30-dev prctl() logic

2004-02-04 Thread gregames
Jeff Trawick wrote: The buglet was that prctl() was issued always when available, when goal (to be consistent with httpd 2.x) was to only issue it if admin has coded CoreDumpDirectory. +1 - reviewed and tested. Greg

Re: [PATCH 1.3] fix buglet in the 1.3.30-dev prctl() logic

2004-02-02 Thread Bill Stoddard
Jeff Trawick wrote: The buglet was that prctl() was issued always when available, when goal (to be consistent with httpd 2.x) was to only issue it if admin has coded CoreDumpDirectory. The buglet was due to a misunderstanding in the use of ap_coredump_dir[]. ap_coredump_dir_configured is not

[PATCH 1.3] fix buglet in the 1.3.30-dev prctl() logic

2004-01-29 Thread Jeff Trawick
The buglet was that prctl() was issued always when available, when goal (to be consistent with httpd 2.x) was to only issue it if admin has coded CoreDumpDirectory. The buglet was due to a misunderstanding in the use of ap_coredump_dir[]. ap_coredump_dir_configured is not considered part of th