Apache

From Atomicorp Wiki
Revision as of 14:09, 14 August 2008 by Scott (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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
Personal tools