Apache without a Domain
I have Debian installed and have done the hostname localhost. I created an entry in /etc/hostname that looks like this:
127.0.0.1 localhost
I do the apt-get install apache, it still chokes when trying to establish the fully qualified domain name.
Pointers? Help? I don't remember this much trouble when I set a Debian box up last year.
Thanks,
John
2 Replies
echo "127.0.0.1 localhost" > /etc/hosts
-Chris
Thanks Chris!