diff options
author | André Malo <nd@apache.org> | 2004-03-15 22:30:20 +0100 |
---|---|---|
committer | André Malo <nd@apache.org> | 2004-03-15 22:30:20 +0100 |
commit | f03363ba0f7b8e65d95a8343c3a11939a1b088de (patch) | |
tree | 5d3a1ba92c2bc15ba6a169cdc944f70490187c9a /docs/manual | |
parent | Bugfix 2 - fix the rest of the subst codes for ssl.conf on Win32. (diff) | |
download | apache2-f03363ba0f7b8e65d95a8343c3a11939a1b088de.tar.xz apache2-f03363ba0f7b8e65d95a8343c3a11939a1b088de.zip |
clarify the enableexceptionhook description
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102969 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | docs/manual/mod/mpm_common.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/manual/mod/mpm_common.xml b/docs/manual/mod/mpm_common.xml index b8091ee3a6..300007c3fd 100644 --- a/docs/manual/mod/mpm_common.xml +++ b/docs/manual/mod/mpm_common.xml @@ -130,7 +130,8 @@ switch before dumping core</description> <directivesynopsis> <name>EnableExceptionHook</name> -<description>Enable the fatal exception handler after a crash</description> +<description>Enables a hook that runs exception handlers +after a crash</description> <syntax>EnableExceptionHook On|Off</syntax> <default>EnableExceptionHook Off</default> <contextlist><context>server config</context></contextlist> |