Greetings, Make sure that you are changing the correct file. I have seen cases where there were two ServerRoot directories and the files were getting changed in one, but HTTPD was using another. Run "ps aux | grep httpd" or check /etc/rc.d./init.d to see what directory HTTPD is using. The source off the net puts in /usr/local/httpd (I believe), Caldera has it in /home/httpd and others have it in /etc/httpd. (anywhere else?) The other thing is that the server may be telling the truth. Can you ping/telnet to the name specified by ServerName. It may be listed as machine.domain.com, but your /etc/hosts file just the machine name, without the domain. Regards, jimmo [EMAIL PROTECTED] wrote: > In a message dated 8/6/98 3:16:46 PM Pacific Daylight Time, > [EMAIL PROTECTED] writes: > > > Now I have A New Problem, when my system boots up it runs > > httpd, httpd says i can not find local host name use ServerName > > To set it manual > > when i try that it says command not found any idea how to fix this > > problem, i am on slackware 3.5 with kernel 2.0.34 > Well, I have the same problem. I don't know how to fix it, but the ServerName > is a line in a configuration file for Apache. Check out the HOWTO or man pages > for Apache, and maybe you can figure it out. If you do, let me know. I tried > setting it in that file, but got some other error
