Commit 33cfc090 authored by Marc Slemko's avatar Marc Slemko
Browse files

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
parent 319ee64f
Loading
Loading
Loading
Loading
+19 −1
Original line number Diff line number Diff line
@@ -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
@@ -55,6 +55,10 @@
<!-- - 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>
@@ -152,6 +156,9 @@
   </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>
@@ -1158,6 +1165,17 @@
  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>