Hi, I installed Apache 2 on FreeBSD but it won't talk to the world. KDE works fine on the internet through my WRT54G router, but Apache gives this config error: ============================================ [alert] (EAI 8)hostname nor servname provided, or not known: mod_unique_id: unable to find IPv4 address of ".comcast.net" Configuration Failed ============================================= I'm using ddclient to sync www.zonedit.com for dynamic DNS using my Comcast cable internet connection. I want to use virtual hosts to host several websites, but can't even get the basic config to work. Here is my rc.conf: ============================= hostname="www.torva.com" ifconfig_bge0="inet 192.168.1.40 netmask 255.255.255.0" defaultrouter="192.168.1.1" ============================== Here are the relevant lines in httpd.conf the Apache config file: =================================== Listen 192.168.1.40:80 User www Group www ServerName www.torva.com:80 UseCanonicalName Off DocumentRoot "/usr/local/www/data" ==================================== What's wrong? Thanx, Jeff __________________________________ Do you Yahoo!? Take Yahoo! Mail with you! Get it on your mobile phone. http://mobile.yahoo.com/maildemo --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx