diff options
author | Arno Töll <debian@toell.net> | 2012-03-13 23:39:35 +0100 |
---|---|---|
committer | Arno Töll <debian@toell.net> | 2012-03-13 23:39:35 +0100 |
commit | 5080dc13d2e2ae50023a8e2976bb911cc90b9343 (patch) | |
tree | dd4a1d6691f1e249d40d105c3dbc482e621bca45 /debian/README.backtrace | |
parent | 66d63a1381080be52ded9d1ca1e1df4ab0cdbed5 (diff) | |
download | apache2-5080dc13d2e2ae50023a8e2976bb911cc90b9343.tar.gz |
More docs updates
Diffstat (limited to 'debian/README.backtrace')
-rw-r--r-- | debian/README.backtrace | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/README.backtrace b/debian/README.backtrace index b1513eb8..17ccb184 100644 --- a/debian/README.backtrace +++ b/debian/README.backtrace @@ -17,14 +17,14 @@ In case of a crash, do the following: 4) Do whatever it takes to reproduce the crash. There should now be the file /var/cache/apache2/core . -5) If you use apache2-mpm-prefork, execute: - +5) If you use a forking MPM (e.g. mod_prefork), execute: + gdb /usr/sbin/apache2 /var/cache/apache2/core (gdb) bt full ... (gdb) quit -If you use a threaded mpm, execute: +If you use a threaded mpm (mod_worker, mod_event), execute: gdb /usr/sbin/apache2 /var/cache/apache2/core (gdb) thread apply all bt full |