Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Oct 2007 15:50:32 +0300
From:      Toomas Aas <toomas.aas@raad.tartu.ee>
To:        questions@freebsd.org
Subject:   Getting coredumps from Apache
Message-ID:  <470F6D98.8020906@raad.tartu.ee>

next in thread | raw e-mail | index | archive | help
Hello!

I have apache22 (with standard prefork mpm) and php5 (Apache module) 
installed from ports. I'm noticing a lot of httpd children dying with 
signal 11 messages and would like to get a coredump in order to diagnose 
the problem. However, I can't get any coredumps from Apache.

I created a directory for coredumps:

# ls -ld /var/apache
drwxrwxrwx  2 www  wheel  512 Oct 12 14:12 /var/apache

Added this to httpd.conf:

CoreDumpDirectory /var/apache

and set

sysctl kern.sugid_coredump=1

Made sure there are no process limits applied to Apache.

Restarted Apache

Signal 11 errors continue, but nothing gets recorded to /var/amanda.

What am I missing?

-- 
Toomas Aas



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?470F6D98.8020906>