Article ID: Q143099
The information in this article applies to:
When you start the FrontPage Personal Web Server or when you try to open a web page in the FrontPage Explorer, you receive the following error message
HTTPD: Cannot determine local host name.followed by:
Use ServerName to set it manually.The installation routine in FrontPage 1.1 automates the process outlined below. If you are using FrontPage 1.0 you will need to follow the steps below to correct the problem.
The Personal Web Server cannot identify the host name of your computer or the host name is not fully qualified. A fully qualified domain name consists of the host name (name of your computer) and a domain name (such as microsoft.com) separated by a period. This error message occurs when either of the following conditions exist:
ARTICLE-ID: Q164294 TITLE : FP: How to Change FrontPage Personal Web Server ServerName
To work around this problem, use the appropriate method for your situation:
Run the configuration utility for your TCP/IP stack and enable DNS. You will need to enter a host name and a domain name for your computer. If you are on a TCP/IP network or use a service provider for Internet access, your network administrator or service provider can give you a host name and domain name as well as the address of a DNS server. If you are not on a network, you can use any name for your host and create a domain name for your computer, such as Mypc.com. These fabricated names will not be valid if your computer is connected to the Internet, but they will allow the Personal Web Server to run locally.
If your computer does not have a host name or if DNS is not enabled, work around the problem by using the following steps:
1. Using a text editor, such as Notepad, open the Httpd.cnf file.
This file in FrontPage 1.0 is located in the c:\vermeer\httpd\conf subdirectory. In FrontPage 1.1, this file is located in the c:\FrontPage Webs\Server\Conf\HTTPD.CNF
2. Locate the section which describes the ServerName directive.
It looks like this:
# ServerName allows you to set a host name which is sent back to
# clients for your server. If it's different than the one the program
# would get (i.e. use "www" instead of the host's real name). Make
# sure your DNS is set up to alias the name to your system!
#
# Format: ServerName <domain_name>
#
# no default
3. Add the following line:
ServerName <domain_name> where <domain_name> is the name of your domain. NOTE: If your computer does not have DNS enabled and your TCP/IP stack supports it, you can use "localhost" (without the quotation marks) as your computer name. You will also be able to specify "localhost" if your computer has a host name that is not fully qualified. To determine if your TCP/IP stack supports this configuration, run the FrontPage TCP/IP test.4. Save and close the file.
5. Start the Personal Web Server. It will run minimized and be in
an idle state.Additional query words: 1.00 front page personal vermeer cannot find locate dns domain name service
Keywords : kberrmsg kbusage kbdta Version : windows:1.0,1.1 Platform : WINDOWS Hardware : x86 Issue type : kbprb
|
Last Reviewed: September 30, 1998 © 1999 Microsoft Corporation. All rights reserved. Terms of Use. |