On Tue, 21 Jul 2009, Henning Weiler wrote: > If I set it to anything greater than 1, the segfaults keep comeing > back.
Cool, getting closer. :) > using strace on one of the forked apache children seems rather > difficult?! strace shows me, that a child is spawned but does not > follow this call. Any ideas on how I could to this? If strace is giving problems, then you can configure Apache to dump core in case of crash, via CoreDumpDirectory, and later run gdb on it. See: <http://httpd.apache.org/dev/debugging.html#crashes> Best regards -- Tibor Simko ** CERN Document Server ** <http://cds.cern.ch/>
