marc 97/04/30 09:00:29
Modified: htdocs/manual/misc FAQ.html Log: Add question on HPUX core dumps and a todo WRT the Satisfy directive. Revision Changes Path 1.46 +19 -1 apache/htdocs/manual/misc/FAQ.html Index: FAQ.html =================================================================== RCS file: /export/home/cvs/apache/htdocs/manual/misc/FAQ.html,v retrieving revision 1.45 retrieving revision 1.46 diff -C3 -r1.45 -r1.46 *** FAQ.html 1997/04/27 07:42:06 1.45 --- FAQ.html 1997/04/30 16:00:27 1.46 *************** *** 8,14 **** <!--#include virtual="header.html" --> <H1>Apache Server Frequently Asked Questions</H1> <P> ! $Revision: 1.45 $ ($Date: 1997/04/27 07:42:06 $) </P> <P> The latest version of this FAQ is always available from the main --- 8,14 ---- <!--#include virtual="header.html" --> <H1>Apache Server Frequently Asked Questions</H1> <P> ! $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,60 **** --- 55,64 ---- <!-- - 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,157 **** --- 156,164 ---- </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> *************** *** 1156,1161 **** --- 1163,1179 ---- HREF="http://www.apache.org/related_projects" >related projects</A>" 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.. -->