On Thu, Feb 14, 2002 at 05:42:24PM -0600, William Lacy wrote:

> My problem is that I can ping myself, I see ifconfig has lo configured 
> and route has me routed and hostname returns my hostname but Apache says 
> it can't determine the hostname and tells me to configure it with the 
> ServerName directive.  I have looked through the documentation I have 
> there at home but can find nothing about the ServerName directive.

In your httpd.conf file, put a line like:

ServerName <hostname of your server>
 
See http://www.apache.org for details.
 
Chris Hilts
[EMAIL PROTECTED]

Reply via email to