You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by nd...@apache.org on 2004/03/15 22:30:20 UTC

cvs commit: httpd-2.0/docs/manual/mod mpm_common.xml

nd          2004/03/15 13:30:20

  Modified:    docs/manual/mod mpm_common.xml
  Log:
  clarify the enableexceptionhook description
  
  Revision  Changes    Path
  1.38      +2 -1      httpd-2.0/docs/manual/mod/mpm_common.xml
  
  Index: mpm_common.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mpm_common.xml,v
  retrieving revision 1.37
  retrieving revision 1.38
  diff -u -u -r1.37 -r1.38
  --- mpm_common.xml	15 Mar 2004 20:45:58 -0000	1.37
  +++ mpm_common.xml	15 Mar 2004 21:30:20 -0000	1.38
  @@ -130,7 +130,8 @@
   
   <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>