Click to See Complete Forum and Search --> : not able to startup apache with out problems


robin1
11-23-2003, 03:45 PM
Hello everybody..

Problem received when I start apache(./apachectl start):
[root@voyager bin]# ./apachectl start
httpd: Could not determine the server's fully qualified domain name, using 192.168.2.4 for ServerName

-running mandrake 9.2
-trying to setup a namebased virtual host...
-apache seems to be running because the default page does appear..
------------
/etc/hosts
127.0.0.1 localhost.localdomain localhost
192.168.2.4 voyager
hostname=voyager
----------------------
/etc/httpd/conf/httpd.conf. copy/pasted part of it..
ServerType standalone
ServerRoot /wwwroot/apache2
ServerName voyager
#LockFile /etc/httpd/httpd.lock
PidFile /var/run/httpd.pid
ScoreBoardFile /etc/httpd/httpd.scoreboard
ErrorLog logs/error_log
LogLevel warn
ResourceConfig /dev/null
AccessConfig /dev/null
DocumentRoot /var/www/html
-------------------------------------------------
/etc/sysconfig/network
HOSTNAME=voyager
NETWORKING=yes
GATEWAY=192.168.2.1

any ideas

"Q"
11-24-2003, 01:28 AM
Try making Server Name a fully qualified domain name or an ip address.