Dragon12
April 3rd, 2006, 18:56
I've been tinkering with getting Apache-1.3.33_2 up and running on an internal network using FBSD 6.0.
I followed the directions that is listed in the FreeBSD Handbook (http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/network-apache.html). The only things I've changed 2 lines in the httpd.conf file.
"www.example.com" to "127.0.0.1" after ServerName
&
"you@your.address" to "Dragon@BlackDragon" after ServerAdmin.
/etc/rc.conf has "apache_enable="YES""
/etc/hosts has:
::1 localhost localhost.BlackDragon
127.0.0.1 localhost localhost.BlackDragon
I try to start up the server with: "/usr/local/sbin/apachectl start" as root and I get the error message:
[Mon Apr 3 15:25:57 2006] [alert] httpd: Could not determine the server's fully qualified domain name, using 127.0.0.1 for ServerName
/usr/local/sbin/apachectl start: httpd could not be started
Can anyone tell me what I did wrong?
Is there anymore info that I need to include?
Any input would be appreciated
Thanks,
Dragon12
I followed the directions that is listed in the FreeBSD Handbook (http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/network-apache.html). The only things I've changed 2 lines in the httpd.conf file.
"www.example.com" to "127.0.0.1" after ServerName
&
"you@your.address" to "Dragon@BlackDragon" after ServerAdmin.
/etc/rc.conf has "apache_enable="YES""
/etc/hosts has:
::1 localhost localhost.BlackDragon
127.0.0.1 localhost localhost.BlackDragon
I try to start up the server with: "/usr/local/sbin/apachectl start" as root and I get the error message:
[Mon Apr 3 15:25:57 2006] [alert] httpd: Could not determine the server's fully qualified domain name, using 127.0.0.1 for ServerName
/usr/local/sbin/apachectl start: httpd could not be started
Can anyone tell me what I did wrong?
Is there anymore info that I need to include?
Any input would be appreciated
Thanks,
Dragon12