apache2 Hi
I have installed apache2 on our trial box (Ultra 5 10/Soalris 9).
When I try to run
# /usr/local/apache2/bin/apachectl restart
httpd: Could not determine the server's fully qualified domain name, using 206.24.xx.xxx for ServerName
httpd not running, trying to start
Surfed the forums and did some alterations to both /etc/hosts and /etc/resolv.conf fles. No use.
The files are here.
# cat /etc/hosts
127.0.0.1 localhost loghost
206.24.xx.xxx xxxxxxxx
~
~
# cat /etc/resolv.conf
domain toroon.bb.xxxxx.net
search toroon.bb.xxxxx.net
The /etc/resolv.conf file is copied from our production box on which httpd is running.
Thanks in advance |