
April 16th, 2007, 11:54 PM
|
|
Contributing User
|
|
Join Date: Oct 2004
Posts: 565
  
Time spent in forums: 2 Days 23 h 21 m 34 sec
Reputation Power: 10
|
|
|
Httpd.conf
Hi there,
I am trying to learn how to run the Apache server on FreeBSD on my home PC.
First thing I have been trying to accomplish(unsuccesfully) is to fetch simple html on comp 1 from my home FreeBSD comp.
Both PCs are connected to internet through router(connected to modem)
I tried to edit httpd.conf file as follows:
As I do not have a domain name so I found my IP and
used it like:
ServerName 25.15.114.2:80
I tried apachectl start
then i looked at /var/log/httpd-error.log
and There is [alert]
hostname nor servname provided, or not known mod_unique_id provided. Unable to find IPv4 address
|