View Single Post
  #5   (View Single Post)  
Old 22nd September 2008
disappearedng disappearedng is offline
Shell Scout
 
Join Date: May 2008
Posts: 128
Default

OH MY GOD!

I did a few google searches, and tried out a few risky moves.

I realize that the error in
Code:
[Mon Sep 22 14:36:59 2008] [alert] (EAI 8)hostname nor servname provided, or not known: mod_unique_id: unable to find IPv4 address of ""
implies that I have no host name, which is confirmed by the empty value returned when I do
Code:
hostname -s
hence I logged onto root and did a
Code:
hostname disappearedng.com
and started apache
127.0.0.1 returns IT WORKS!

BTW WHat is a hostname?
Reply With Quote