From: Lars Eilebrecht Date: Fri, 6 Nov 1998 17:28:05 +0000 (+0000) Subject: RLimit* vs. premature end of script headers X-Git-Tag: 1.3.4~34 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=97b173fb0946253a1c9d8951d1903402cdb6fae0;p=apache RLimit* vs. premature end of script headers PR: 3136 Submitted by: Aaron Digulla git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82357 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/misc/FAQ.html b/docs/manual/misc/FAQ.html index 691be41b0e..ef915d71c9 100644 --- a/docs/manual/misc/FAQ.html +++ b/docs/manual/misc/FAQ.html @@ -14,7 +14,7 @@

Apache Server Frequently Asked Questions

- $Revision: 1.133 $ ($Date: 1998/10/23 18:46:12 $) + $Revision: 1.134 $ ($Date: 1998/11/06 17:28:05 $)

The latest version of this FAQ is always available from the main @@ -725,6 +725,12 @@ whatever language you are using (e.g., for C, call fflush() after writing the headers).

+

+ Another cause for the "premature end of script headers" + message are the RLimitCPU and RLimitMEM directives. You may + get the message if the CGI script was killed due to a + resource limit. +