Re: Apache Problem
On: Tue, 11 Aug 1998 00:14:10 +0800 (PHT) Richard L Alhama writes:
> apacheconfig errors:
>
> httpd: cannot determine local hostname
> Use ServerName to set it manually
>
> /usr/sbin/apachectl graceful:http could not be started
>
> ---- other info ---
> /etc/hosts
> 127.0.0.1 etok etok.etik.com.ph
The solution is quite simple, put the fqdn first, i.e. the line should read:
127.0.0.1 etok.etik.com.ph etok
You can check the result by using "hostname -f" (or hostname --fqdn).
Torsten
Reply to:
- References:
- Apache Problem
- From: "Richard L. Alhama" <keyoz@iln.cyberspace.com.ph>