[EMAIL PROTECTED] wrote:
nd 2004/03/15 12:45:59

  Modified:    docs/manual/mod leader.xml mpm_common.xml perchild.xml
                        prefork.xml threadpool.xml worker.xml
  Log:
  add initial documentation for EnableExceptionHook. Please review.

Index: mpm_common.xml
===================================================================
RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mpm_common.xml,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -u -r1.36 -r1.37
--- mpm_common.xml 13 Mar 2004 14:07:40 -0000 1.36
+++ mpm_common.xml 15 Mar 2004 20:45:58 -0000 1.37
@@ -129,6 +129,31 @@
</directivesynopsis>
<directivesynopsis>
+<name>EnableExceptionHook</name>
+<description>Enable the fatal exception handler after a crash</description>
+<syntax>EnableExceptionHook On|Off</syntax>
+<default>EnableExceptionHook Off</default>
+<contextlist><context>server config</context></contextlist>
+<modulelist><module>leader</module><module>perchild</module>
+<module>prefork</module><module>threadpool</module>
+<module>worker</module></modulelist>
+<compatibility>Available in version 2.0.49 an later</compatibility>

s/an/and/


(I'll be happy to fix if still broken in the a.m.)

looks more than good enough for now... note that I will finish getting mod_backtrace and mod_whatkilledus in sync with the 1.3.30 versions pretty soon and want to then put them in 2.1-dev experimental, at which time I'll revisit the text



Reply via email to