Configure Apache to dump core
Put the following in /etc/httpd/conf.d/debug.conf
CoreDumpDirectory /tmp/apache2-gdb-dump
Make the dir
mkdir /tmp/apache2-gdb-dump
Restart apache
/etc/init.d/httpd restart