Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Oct 2004 20:45:05 +0100
From:      David Jenkins <david.jenkins@gmail.com>
To:        Lynette Tillner <ltillner@avs-1.com>
Cc:        freebsd-newbies@freebsd.org
Subject:   Re: Basic-starting Apache Webserver Question
Message-ID:  <9395922d041012124552848ad5@mail.gmail.com>
In-Reply-To: <000e01c4b091$646d2ec0$0601a8c0@M2>
References:  <000e01c4b091$646d2ec0$0601a8c0@M2>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 12 Oct 2004 12:26:31 -0700, Lynette Tillner <ltillner@avs-1.com> wrote:
> I've set up a test server in-house using FreeBSD 4.10.  Now I'm trying to start the apache web services and get the following error whenever I try to start apache:
> 
> [Tue Oct 12 12:16:15 2004] [alert] mod_unique_id: unable to gethostbyname("avs-2.com")
> 
> and the server can't start.

Hi Lynette,

I believe disabling the unique_id_module will fix this.

Comment out the following lines in httpd.conf

<snip>

LoadModule unique_id_module   libexec/apache/mod_unique_id.so
AddModule mod_unique_id.c

</snip>

And run "apachectl restart".

More information on this module is available here.
http://httpd.apache.org/docs/mod/mod_unique_id.html

Hope this helps.

David



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?9395922d041012124552848ad5>