Apache config error log

2004-06-17 Thread Lee Ellis
The error log is as follows:

[Sun Jun 13 18:18:32 2004] [alert] mod_unique_id: getaddrinfo failed for 
Ginger.Osoleon (hostname nor servname provided, or not known)
[Mon Jun 14 03:15:48 2004] [alert] mod_unique_id: getaddrinfo failed for 
Ginger.Osoleon (hostname nor servname provided, or not known)
[Mon Jun 14 03:50:54 2004] [alert] mod_unique_id: getaddrinfo failed for 
Ginger.Osoleon (hostname nor servname provided, or not known)
[Mon Jun 14 04:22:56 2004] [alert] mod_unique_id: getaddrinfo failed for 
Ginger.Osoleon (hostname nor servname provided, or not known)
[Mon Jun 14 04:27:19 2004] [alert] mod_unique_id: getaddrinfo failed for 
Ginger.Osoleon (hostname nor servname provided, or not known)
[Mon Jun 14 04:53:41 2004] [alert] mod_unique_id: unable to 
gethostbyname(Ginger.Osoleon)
[Tue Jun 15 17:19:21 2004] [alert] mod_unique_id: unable to 
gethostbyname(Ginger.Osoleon)
[Tue Jun 15 17:23:58 2004] [alert] mod_unique_id: unable to 
gethostbyname(Ginger.Osoleon)
[Tue Jun 15 17:28:40 2004] [alert] mod_unique_id: unable to 
gethostbyname(Ginger.Osoleon)
[Tue Jun 15 17:41:51 2004] [alert] mod_unique_id: unable to 
gethostbyname(Ginger.Osoleon)
[Tue Jun 15 19:38:21 2004] [alert] mod_unique_id: unable to 
gethostbyname(Ginger.Osoleon)
[Wed Jun 16 00:10:54 2004] [alert] mod_unique_id: unable to 
gethostbyname(Ginger.Osoleon)
[Wed Jun 16 00:30:11 2004] [alert] mod_unique_id: unable to 
gethostbyname(Ginger.Osoleon)
[Wed Jun 16 00:35:56 2004] [alert] mod_unique_id: unable to 
gethostbyname(.Ginger)
[Wed Jun 16 00:36:42 2004] [alert] mod_unique_id: unable to 
gethostbyname(.Ginger)
[Wed Jun 16 03:53:01 2004] [alert] mod_unique_id: unable to 
gethostbyname(.Ginger)
[Wed Jun 16 03:57:06 2004] [alert] mod_unique_id: unable to 
gethostbyname(.Ginger)
[Wed Jun 16 03:57:56 2004] [alert] mod_unique_id: unable to 
gethostbyname(.Ginger)
[Wed Jun 16 03:59:52 2004] [alert] mod_unique_id: unable to 
gethostbyname(.Ginger)
[Wed Jun 16 21:51:41 2004] [alert] mod_unique_id: unable to 
gethostbyname(.Ginger)
[Wed Jun 16 21:52:31 2004] [alert] mod_unique_id: unable to 
gethostbyname(.Ginger)
[Wed Jun 16 21:56:58 2004] [alert] mod_unique_id: unable to 
gethostbyname(.Ginger)
[Wed Jun 16 21:59:52 2004] [alert] mod_unique_id: unable to 
gethostbyname(.Ginger)
[Wed Jun 16 22:35:32 2004] [alert] mod_unique_id: unable to 
gethostbyname(.Ginger)

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Apache config error log

2004-06-17 Thread Kjell Midtseter
On 17 Jun 2004 at 0:29, Lee Ellis wrote:

 The error log is as follows:
 
 [Sun Jun 13 18:18:32 2004] [alert] mod_unique_id: getaddrinfo failed
 for Ginger.Osoleon (hostname nor servname provided, or not known)

 [Mon Jun 14 04:53:41 2004] [alert] mod_unique_id: unable to
 gethostbyname(Ginger.Osoleon) [Tue Jun 15 17:19:21 2004] [alert]
 mod_unique_id: unable to gethostbyname(Ginger.Osoleon) [Tue Jun 15
 17:23:58 2004] [alert] mod_unique_id: unable to
 gethostbyname(Ginger.Osoleon) [Tue Jun 15 17:28:40 2004] [alert]
 mod_unique_id: unable to gethostbyname(Ginger.Osoleon) [Tue Jun 15

Seems like the ServerName you selected is unknown to the DNS system. 
Maybe the answer to your question is in the comments to the ServerName definition in 
httpd.conf
  # If your host doesn't have a registered DNS name, enter its IP address here.
Otherwise if you prefer to use your invented host name, you may try to set up a 
local 
DNS server that will resolve it for you.
- Kjell

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Apache config error log

2004-06-17 Thread LW Ellis
OK seems now I am really confused.
Apparently I do not have my network (card) set up right.
When I configure my network card.
There are the following items
Host:
Domain
IPv4 Gateway:
nameserver:
Configuration for interface x10
IPv4 Address
Netmask
Extra options

What I have is 
Host Ginger (made up)
Domain (blank)
IPv4 Gateway blank
Name server 192.168.0.1 (router)
Config for x10
IPv4 Address 192.168.0.3 (assigned by the router)
netmask : 0xff00
Extra blank

The router has the mac address as 00:03:6d:14:08:df
I just want to set up a server accesable by my local network.
Where do I go from here.
I looked at the rc.conf file and it shows I am running 'named' server.
Do I need to configure this.
I've got The Complete FreeBSD by Greg Lehey
which is helping a great deal, but I have been playing with 
Unix for about a week and half now.
Sorry to say I am a windows guy.


  Seems like the ServerName you selected is unknown to the DNS system. 
  Maybe the answer to your question is in the comments to the ServerName definition in 
httpd.conf
# If your host doesn't have a registered DNS name, enter its IP address here.
  Otherwise if you prefer to use your invented host name, you may try to set up a 
local DNS server that will resolve it for you.
  - Kjell
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]