Claus Ladekjær Wilson wrote:
If I have an entrance in /etc/hostname apache2 won't start. Do I need /etc/hostname? How do I configure things so that apache2 will start anyway?
(Boot process complains that an entrance in /etc/hostname is missing)

What is the actual error message? What is probably happening is that the hostname that apache is set to use can't be resolved into an IP address. Add an entry into /etc/hosts that looks like:


1.2.3.4 hostname hostname.domain

where the first part is your IP address and the other parts are pretty self explanatory.

--
Andrew Gaffney


-- [EMAIL PROTECTED] mailing list



Reply via email to