lars        98/11/06 09:28:07

  Modified:    htdocs/manual/misc FAQ.html
  Log:
  RLimit* vs. premature end of script headers
  
  PR: 3136
  Submitted by: Aaron Digulla
  
  Revision  Changes    Path
  1.134     +7 -1      apache-1.3/htdocs/manual/misc/FAQ.html
  
  Index: FAQ.html
  ===================================================================
  RCS file: /home/cvs/apache-1.3/htdocs/manual/misc/FAQ.html,v
  retrieving revision 1.133
  retrieving revision 1.134
  diff -u -r1.133 -r1.134
  --- FAQ.html  1998/10/23 18:46:12     1.133
  +++ FAQ.html  1998/11/06 17:28:05     1.134
  @@ -14,7 +14,7 @@
     <!--#include virtual="header.html" -->
     <H1 ALIGN="CENTER">Apache Server Frequently Asked Questions</H1>
     <P>
  -  $Revision: 1.133 $ ($Date: 1998/10/23 18:46:12 $)
  +  $Revision: 1.134 $ ($Date: 1998/11/06 17:28:05 $)
     </P>
     <P>
     The latest version of this FAQ is always available from the main
  @@ -724,6 +724,12 @@
     If your script isn't written in Perl, do the equivalent thing for
     whatever language you <EM>are</EM> using (<EM>e.g.</EM>, for C, call
     <CODE>fflush()</CODE> after writing the headers).
  +  </P>
  +  <P>
  +  Another cause for the &quot;premature end of script headers&quot;
  +  message are the RLimitCPU and RLimitMEM directives. You may
  +  get the message if the CGI script was killed due to a
  +  resource limit.
     </P>
     <HR>
    </LI>
  
  
  

Reply via email to