From: Marc Slemko Date: Wed, 30 Apr 1997 16:00:27 +0000 (+0000) Subject: Add question on HPUX core dumps and a todo WRT the Satisfy directive. X-Git-Tag: APACHE_1_2b11~34 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=459a22b8525ffaf90493f161c0575af0bb19dee8;p=apache Add question on HPUX core dumps and a todo WRT the Satisfy directive. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@78067 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/misc/FAQ.html b/docs/manual/misc/FAQ.html index 3ea41b62d1..a12d672809 100644 --- a/docs/manual/misc/FAQ.html +++ b/docs/manual/misc/FAQ.html @@ -8,7 +8,7 @@

Apache Server Frequently Asked Questions

- $Revision: 1.45 $ ($Date: 1997/04/27 07:42:06 $) + $Revision: 1.46 $ ($Date: 1997/04/30 16:00:27 $)

The latest version of this FAQ is always available from the main @@ -55,6 +55,10 @@ + + + +

@@ -1158,6 +1165,17 @@ page at the main Apache web site.


+ +
  • + Why do I get core dumps under HPUX using HP's ANSI + C compiler? + +

    + We have had numerous reports of Apache dumping core when compiled + with HP's ANSI C compiler using optimization. Disabling the compiler + optimiation has fixed these problems. +

    +