]> granicus.if.org Git - apache/commitdiff
RLimit* vs. premature end of script headers
authorLars Eilebrecht <lars@apache.org>
Fri, 6 Nov 1998 17:28:05 +0000 (17:28 +0000)
committerLars Eilebrecht <lars@apache.org>
Fri, 6 Nov 1998 17:28:05 +0000 (17:28 +0000)
PR: 3136
Submitted by: Aaron Digulla

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82357 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/misc/FAQ.html

index 691be41b0e7802608a263ed7c7effdf10a0d3165..ef915d71c96a45d8c9d77575ed487906d70dc616 100644 (file)
@@ -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
   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>