]> granicus.if.org Git - apache/commitdiff
Boy is this one turning into a FAQ..
authorKen Coar <coar@apache.org>
Wed, 4 Aug 1999 17:43:46 +0000 (17:43 +0000)
committerKen Coar <coar@apache.org>
Wed, 4 Aug 1999 17:43:46 +0000 (17:43 +0000)
PR: Too numerous to mention.

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

docs/manual/misc/FAQ-D.html

index 844ffc5656fe085886c9e1865f7fd0939b0b8fbb..dd54b1635cbeadac0dee3fdf7a2600737c1307e1 100644 (file)
@@ -31,7 +31,7 @@
   <!--#include virtual="header.html" -->
   <H1 ALIGN="CENTER">Apache Server Frequently Asked Questions</H1>
   <P>
-  $Revision: 1.1 $ ($Date: 1999/06/24 15:02:51 $)
+  $Revision: 1.2 $ ($Date: 1999/08/04 17:43:46 $)
   </P>
   <P>
   The latest version of this FAQ is always available from the main
         than 1.2.0 and suddenly I have problems with Apache dying randomly
         or not restarting properly</A>
    </LI>
+   <LI><A HREF="#setservername">When I try to start Apache from a DOS
+        window, I get a message like "<samp>Cannot determine host name.
+       Use ServerName directive to set it manually.</samp>"  What does
+       this mean?</A>
+   </LI>
   </OL>
  </LI>
 <!--#endif -->
   </P>
   <HR>
  </LI>
+
+ <LI><A name="setservername">
+       <b>When I try to start Apache from a DOS
+       window, I get a message like "<samp>Cannot determine host name.
+       Use ServerName directive to set it manually.</samp>"  What does
+       this mean?</b></A>
+
+  <p>
+  It means what it says; the Apache software can't determine the
+  hostname of your system.  Edit your <samp>conf\httpd.conf</samp>
+  file, look for the string "ServerName", and make sure there's an
+  uncommented directive such as
+  </p>
+  <dl>
+   <dd><code>ServerName localhost</code></dd>
+  </dl>
+  <p>
+  or
+  </p>
+  <dl>
+   <dd><code>ServerName www.foo.com</code></dd>
+  </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
+  again.
+  </p>
+ </LI>
+
 </OL>
 <!--#endif -->
 <!--#if expr="$STANDALONE" -->