]> granicus.if.org Git - apache/commitdiff
Add a note about DNS being required on Windows.
authorKen Coar <coar@apache.org>
Fri, 10 Dec 1999 14:56:26 +0000 (14:56 +0000)
committerKen Coar <coar@apache.org>
Fri, 10 Dec 1999 14:56:26 +0000 (14:56 +0000)
PR: 5451
Submitted by: Hank Laskey <CAMResearch@aol.com>
Reviewed by: Ken Coar

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84275 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/misc/FAQ-D.html

index a00f9a6cbcf790851f5b79b6adc413f5bd6165d0..a4062e92dd9ac4dde06daa23dd4770ee1be4b8ee 100644 (file)
@@ -31,7 +31,7 @@
   <!--#include virtual="header.html" -->
   <H1 ALIGN="CENTER">Apache Server Frequently Asked Questions</H1>
   <P>
-  $Revision: 1.4 $ ($Date: 1999/09/17 17:31:37 $)
+  $Revision: 1.5 $ ($Date: 1999/12/10 14:56:26 $)
   </P>
   <P>
   The latest version of this FAQ is always available from the main
   </dl>
   <p>
   in the file.  Correct it if there one there with wrong information, or
-  add one if you don't already have one.  Then try to start the server
+  add one if you don't already have one.
+  </p>
+  <p>
+  Also, make sure that your Windows system has DNS enabled.  See the TCP/IP
+  setup component of the Networking or Internet Options control panel.
+  </p>
+  <p>
+  After verifying that DNS is enabled and that you have a valid hostname
+  in your <samp>ServerName</samp> directive, try to start the server
   again.
   </p>
   <hr>