]> granicus.if.org Git - apache/commitdiff
Since this entry was based on a small number of reports some time ago
authorMarc Slemko <marc@apache.org>
Mon, 19 Oct 1998 04:59:36 +0000 (04:59 +0000)
committerMarc Slemko <marc@apache.org>
Mon, 19 Oct 1998 04:59:36 +0000 (04:59 +0000)
and current versions of HP's compiler appear to be fine and I haven't
seen anyone report this in a long time, remove the reference to problems
with HP's compiler.

PR:
Obtained from:
Submitted by: Nathaniel McIntosh <mcintosh@cup.hp.com>
Reviewed by:

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

docs/manual/misc/FAQ.html

index 0e195ee04c48b66b981c33815804728d1846bba6..e2f81da8da2243759200c70ff43b6c51088797bf 100644 (file)
@@ -14,7 +14,7 @@
   <!--#include virtual="header.html" -->
   <H1 ALIGN="CENTER">Apache Server Frequently Asked Questions</H1>
   <P>
-  $Revision: 1.131 $ ($Date: 1998/09/30 15:19:00 $)
+  $Revision: 1.132 $ ($Date: 1998/10/19 04:59:36 $)
   </P>
   <P>
   The latest version of this FAQ is always available from the main
@@ -79,6 +79,8 @@
 <!--   (A: you can't but "satisfy any; allow from all" can be close -->
 <!-- - '400 malformed request' on Win32 might mean stale proxy; see -->
 <!--   PR #2300.                                                    -->
+<!-- - "expected </Directory> saw </Directory" due to buggy AIX     -->
+<!--   compiler.                                                    -->
 <UL>
  <LI><STRONG>Background</STRONG>
   <OL START=1>
    </LI>
    <LI><A HREF="#SSL-i">Why doesn't Apache include SSL?</A>
    </LI>
-   <LI><A HREF="#HPUX-core">Why do I get core dumps under HPUX using
-        HP's ANSI C compiler?</A>
-   </LI>
    <LI><A HREF="#midi">How do I get Apache to send a MIDI file so the
         browser can play it?</A>
    </LI>
   <HR>
  </LI>
 
- <LI><A NAME="HPUX-core">
-       <STRONG>Why do I get core dumps under HPUX using HP's ANSI
-       C compiler?</STRONG>
-      </A>
-  <P>
-  We have had numerous reports of Apache dumping core when compiled
-  with HP's ANSI C compiler using optimization.  Disabling the compiler
-  optimization has fixed these problems.
-  </P>
-  <HR>
- </LI>
-
  <LI><A NAME="midi">
       <STRONG>How do I get Apache to send a MIDI file so the browser can
       play it?</STRONG>