]> granicus.if.org Git - apache/commitdiff
Add question on HPUX core dumps and a todo WRT the Satisfy directive.
authorMarc Slemko <marc@apache.org>
Wed, 30 Apr 1997 16:00:27 +0000 (16:00 +0000)
committerMarc Slemko <marc@apache.org>
Wed, 30 Apr 1997 16:00:27 +0000 (16:00 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@78067 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/misc/FAQ.html

index 3ea41b62d10fd542bd21eb8afbe0b3b407b5b952..a12d672809bad025b813bdb3b4ad61a5d35753b0 100644 (file)
@@ -8,7 +8,7 @@
   <!--#include virtual="header.html" -->
   <H1>Apache Server Frequently Asked Questions</H1>
   <P>
-  $Revision: 1.45 $ ($Date: 1997/04/27 07:42:06 $)
+  $Revision: 1.46 $ ($Date: 1997/04/30 16:00:27 $)
   </P>
   <P>
   The latest version of this FAQ is always available from the main
 <!-- - Is there an Apache for W95/WNT?                              -->
 <!-- - Why does Apache die when a vhost can't be DNS-resolved?      -->
 <!-- - How do I add browsers and referrers to my logs?              -->
+<!-- - How do I setup an access restriction so that people from     -->
+<!--   this domain don't have to authenticate, and all others can   -->
+<!--   do so via a username and password?                           -->
+
 <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>
   </OL>
  </LI>
 </UL>
   page at the main Apache web site.
   </P>
   <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
+  optimiation has fixed these problems.
+  </P>
+  <HR>
   <!-- Don't forget to add HR tags at the end of each list item.. -->
  </LI>
 </OL>