summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Slemko <marc@apache.org>1997-04-30 16:00:27 +0000
committerMarc Slemko <marc@apache.org>1997-04-30 16:00:27 +0000
commit459a22b8525ffaf90493f161c0575af0bb19dee8 (patch)
tree9c20e09c62b7c2af0c7f1a656b57947cdb8d5a1f
parent9c9ce0ebcf943341f280e9535fccdb486ebfdcb3 (diff)
downloadhttpd-459a22b8525ffaf90493f161c0575af0bb19dee8.tar.gz
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
-rw-r--r--docs/manual/misc/FAQ.html20
1 files changed, 19 insertions, 1 deletions
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 @@
<!--#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>