You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs@httpd.apache.org by tr...@apache.org on 2004/01/29 18:01:53 UTC

cvs commit: httpd-docs-1.3/htdocs/manual/mod core.html.en directives.html.en

trawick     2004/01/29 09:01:53

  Modified:    htdocs/manual/mod core.html.en directives.html.en
  Log:
  some doc for EnableExceptionHook
  
  Revision  Changes    Path
  1.259     +26 -0     httpd-docs-1.3/htdocs/manual/mod/core.html.en
  
  Index: core.html.en
  ===================================================================
  RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/mod/core.html.en,v
  retrieving revision 1.258
  retrieving revision 1.259
  diff -u -r1.258 -r1.259
  --- core.html.en	10 Jan 2004 23:18:36 -0000	1.258
  +++ core.html.en	29 Jan 2004 17:01:53 -0000	1.259
  @@ -66,6 +66,8 @@
   
         <li><a href="#ebcdickludge">EBCDICKludge</a></li>
   
  +      <li><a href="#enableexceptionhook">EnableExceptionHook</a></li>
  +
         <li><a href="#errordocument">ErrorDocument</a></li>
   
         <li><a href="#errorlog">ErrorLog</a></li>
  @@ -1276,6 +1278,30 @@
       href="#ebcdicconvertbytype">EBCDICConvertByType</a> and <a
       href="../ebcdic.html#ebcdic">Overview of the EBCDIC Conversion
       Functions</a></p>
  +    <hr />
  +
  +    <h2><a id="enableexceptionhook" name="enableexceptionhook">
  +    EnableExceptionHook directive</a></h2>
  +
  +    <a href="directive-dict.html#Syntax"
  +    rel="Help"><string>Syntax:</strong></a> EnableExceptionHook
  +    on|off<br />
  +     <a href="directive-dict.html#Default"
  +    rel="Help"><strong>Default:</strong></a> <code>EnableExceptionHook
  +    off</code><br />
  +     <a href="directive-dict.html#Context"
  +    rel="Help"><strong>Context:</strong></a> server config<br />
  +     <a href="directive-dict.html#Status"
  +    rel="Help"><strong>Status:</strong></a> core<br />
  +     <a href="directive-dict.html#Compatibility"
  +    rel="Help"><strong>Compatibility:</strong></a> EnableExceptionHook
  +    is available in Apache 1.3.30 and later
  +
  +    <p><code>EnableExceptionHook</code> controls whether or not an
  +    exception hook implemented by a module will be called after a
  +    child process crash.  The exception hook allows modules to log
  +    diagnostic information that may help determine the cause of the
  +    crash.</p>
       <hr />
   
       <h2><a id="errordocument" name="errordocument">ErrorDocument
  
  
  
  1.83      +2 -0      httpd-docs-1.3/htdocs/manual/mod/directives.html.en
  
  Index: directives.html.en
  ===================================================================
  RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/mod/directives.html.en,v
  retrieving revision 1.82
  retrieving revision 1.83
  diff -u -r1.82 -r1.83
  --- directives.html.en	6 Jul 2003 18:27:35 -0000	1.82
  +++ directives.html.en	29 Jan 2004 17:01:53 -0000	1.83
  @@ -242,6 +242,8 @@
   
         <li><a href="core.html#ebcdickludge">EBCDICKludge</a></li>
   
  +      <li><a href="core.html#enableexceptionhook">EnableExceptionHook</a></li>
  +
         <li><a href="core.html#errordocument">ErrorDocument</a></li>
   
         <li><a href="mod_headers.html#errorheader">ErrorHeader</a></li>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: docs-unsubscribe@httpd.apache.org
For additional commands, e-mail: docs-help@httpd.apache.org