Commit 534b9af6 authored by Ken Coar's avatar Ken Coar
Browse files

	If this isn't a FAQ, I don't know what it is.  And I don't want to
	guess.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82183 13f79535-47bb-0310-9956-ffa450edef68
parent d1b69730
Loading
Loading
Loading
Loading
+38 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@
  <!--#include virtual="header.html" -->
  <H1 ALIGN="CENTER">Apache Server Frequently Asked Questions</H1>
  <P>
  $Revision: 1.130 $ ($Date: 1998/09/27 17:36:12 $)
  $Revision: 1.131 $ ($Date: 1998/09/30 15:19:00 $)
  </P>
  <P>
  The latest version of this FAQ is always available from the main
@@ -298,6 +298,12 @@
   </LI>
   <LI><A HREF="#aixccbug">Why am I getting "<SAMP>Expected &lt/Directory&gt;
        but saw &lt;/Directory&gt;</SAMP>" when I try to start Apache?</A>
   </LI>
   <LI><A HREF="#domination">Why has Apache stolen my favourite site's
        Internet address?</A>
   </LI>
   <LI><A HREF="#apspam">Why am I getting spam mail from the Apache site?</A>
   </LI>
  </OL>
 </LI>
</UL>
@@ -2369,6 +2375,37 @@
   </P>
   <HR>
  </LI>
  <LI><A NAME="domination"><STRONG>Why has Apache stolen my favourite site's
       Internet address?</STRONG></A>
   <P>
   The simple answer is: "It hasn't."  This misconception is usually
   caused by the site in question having migrated to the Apache Web
   server software, but not having migrated the site's content yet.  When
   Apache is installed, the default page that gets installed tells the
   Webmaster the installation was successful.  The expectation is that
   this default page will be replaced with the site's real content.
   If it doesn't, complain to the Webmaster, not to the Apache project --
   we just make the software and aren't responsible for what people
   do (or don't do) with it.
   </P>
   <HR>
  </LI>
  <LI><A NAME="apspam"><STRONG>Why am I getting spam mail from the
       Apache site?</STRONG></A>
   <P>
   The short answer is: "You aren't."  Usually when someone thinks the
   Apache site is originating spam, it's because they've traced the
   spam to a Web site, and the Web site says it's using Apache.  See the
   <A HREF="#domination">previous FAQ entry</A> for more details on this
   phenomenon.
   </P>
   <P>
   No marketing spam originates from the Apache site.  The only mail
   that comes from the site goes only to addresses that have been
   <EM>requested</EM> to receive the mail.
   </P>
   <HR>
  </LI>
  <!-- Don't forget to add HR tags at the end of each list item.. -->

</OL>