Basic-starting Apache Webserver Question

David Jenkins david.jenkins at gmail.com
Tue Oct 12 12:45:10 PDT 2004


On Tue, 12 Oct 2004 12:26:31 -0700, Lynette Tillner <ltillner at 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


More information about the freebsd-newbies mailing list