]> granicus.if.org Git - apache/commitdiff
Removing inappropriate <P></P> container.
authorKen Coar <coar@apache.org>
Wed, 11 Jun 1997 18:46:46 +0000 (18:46 +0000)
committerKen Coar <coar@apache.org>
Wed, 11 Jun 1997 18:46:46 +0000 (18:46 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@78290 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/misc/FAQ.html

index fa7c19340ee9f02b2639bd910abd088a5f076f21..60ad386861cffc7399d54c528bac13cd2e5a07b9 100644 (file)
@@ -15,7 +15,7 @@
   <!--#include virtual="header.html" -->
   <H1 ALIGN="CENTER">Apache Server Frequently Asked Questions</H1>
   <P>
-  $Revision: 1.68 $ ($Date: 1997/06/11 15:13:05 $)
+  $Revision: 1.69 $ ($Date: 1997/06/11 18:46:46 $)
   </P>
   <P>
   The latest version of this FAQ is always available from the main
    <LI><STRONG>Inadequate checking and verification in your
     configuration of Apache</STRONG>
     <BR>
-    <P>
     If you intend to perform access checking and restriction based upon
     the client's host or domain name, you really need to configure
     Apache to double-check the origin information it's supplied.  You do
     this by adding the <SAMP>-DMAXIMUM_DNS</SAMP> clause to the
     <SAMP>EXTRA_CFLAGS</SAMP> definition in your
     <SAMP>Configuration</SAMP> file.  For example:
-    </P>
     <P>
     <DL>
      <DD><CODE>EXTRA_CFLAGS=-DMAXIMUM_DNS</CODE>