From: Ken Coar Date: Fri, 10 Dec 1999 14:56:26 +0000 (+0000) Subject: Add a note about DNS being required on Windows. X-Git-Tag: 1.3.10~104 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0c41b90cfa3b1442e1e123420860c40d7bc98f88;p=apache Add a note about DNS being required on Windows. PR: 5451 Submitted by: Hank Laskey Reviewed by: Ken Coar git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84275 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/misc/FAQ-D.html b/docs/manual/misc/FAQ-D.html index a00f9a6cbc..a4062e92dd 100644 --- a/docs/manual/misc/FAQ-D.html +++ b/docs/manual/misc/FAQ-D.html @@ -31,7 +31,7 @@

Apache Server Frequently Asked Questions

- $Revision: 1.4 $ ($Date: 1999/09/17 17:31:37 $) + $Revision: 1.5 $ ($Date: 1999/12/10 14:56:26 $)

The latest version of this FAQ is always available from the main @@ -356,7 +356,15 @@

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. +

+

+ Also, make sure that your Windows system has DNS enabled. See the TCP/IP + setup component of the Networking or Internet Options control panel. +

+

+ After verifying that DNS is enabled and that you have a valid hostname + in your ServerName directive, try to start the server again.