Your /etc/resolve.conf should read as follows: domain yourdomian.com search yourdomain.com nameserver 192.168.1.2 also your /etc/hosts file has to be right or it won't work 127.0.0.1 localhost.localdomain localhost 192.168.1.2 hostname.yourdomain.com hostname you have to be running dns for your domain for this to work properly if it's a generic install, /etc/resolve.conf should be: domain localhost.localdomain nameserver 127.0.0.1 and /etc/hosts should be: 127.0.0.1 localhost.localdomain localhost try that............ On Sun, 11 Apr 2004, Ronald Hahm wrote: > > When starting Apache I get the following error. > > httpd: Could not determine the server's fully qualified domain name, using > 127.0.0.1 for ServerName > > I cannot seem to figure out what is wrong in my httpd.conf file. > > I have the following in my resolv.conf file. > > search localdomain.net > nameserver 192.168.1.2 > > > Is there a FAQ somewhere that details how to fix this? I could not find it. > > Thanks. > > _________________________________________________________________ > Watch LIVE baseball games on your computer with MLB.TV, included with MSN > Premium! > http://join.msn.com/?page=features/mlb&pgmarket=en-us/go/onm00200439ave/direct/01/ > > > -- > fedora-list mailing list > fedora-list@xxxxxxxxxx > To unsubscribe: http://www.redhat.com/mailman/listinfo/fedora-list >