-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 21-Jun-2002/09:54 +0000, Pierre Hardy <[EMAIL PROTECTED]> wrote:
>I'm new to linux and even newer to Apache. Apache wont' start.  It says 
>that it's unable to resolve hostname.  Any help please...

If you have a fixd IP address, make sure your /etc/hosts file contains at
least these two lines:

127.0.0.1       localhost.localdomain localhost
nnn.xxx.yyy.zzz linuxbox.localdomain  linuxbox

...where "linuxbox" is the real name of your Linux box. These entries
ensure that every process can properly resolve the IP address of
"localhost" and the machine's real name.

If you have a dynamic IP address, then your /etc/hosts should contain at
least the following:

127.0.0.1  localhost.localdomain  linuxbox.localdomain  localhost  linuxbox

...which will resolve both names to the loopback address (127.0.0.1).


Tony
- -- 
Anthony E. Greene <mailto:[EMAIL PROTECTED]>
OpenPGP Key: 0x6C94239D/7B3D BD7D 7D91 1B44 BA26 C484 A42A 60DD 6C94 239D
AOL/Yahoo Chat: TonyG05         HomePage: <http://www.pobox.com/~agreene/>
Linux. The choice of a GNU generation <http://www.linux.org/>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: Anthony E. Greene <mailto:[EMAIL PROTECTED]> 0x6C94239D

iD8DBQE9EwBMpCpg3WyUI50RAp4JAKDz/FBGEIllDK7sF9fpwdRo8bnuGQCgqklE
N70eahSiw4XQfTKptE3ZW4c=
=4GFc
-----END PGP SIGNATURE-----



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to