i just got into trying to run the apache http server on my FreeBSD 8.2 installation and whenever i type in the command to see the errors that occur when i try to start it with this command
Code:
service apache22 onestart
i get this.
Code:
Performing sanity check on apache22 configuration:
httpd: apr_sockaddr_info_get() failed for baronobeefdip.com
httpd: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName
Syntax OK
Starting apache22.
httpd: apr_sockaddr_info_get() failed for baronobeefdip.com
httpd: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName
/usr/local/etc/rc.d/apache22: WARNING: failed to start apache22
what is causing this. is there anything that i needed to install or configure before i tried to start it?