From owner-freebsd-questions@FreeBSD.ORG Fri Feb 25 15:03:09 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 79E8716A4CE for ; Fri, 25 Feb 2005 15:03:09 +0000 (GMT) Received: from web60803.mail.yahoo.com (web60803.mail.yahoo.com [216.155.196.66]) by mx1.FreeBSD.org (Postfix) with SMTP id B83EE43D45 for ; Fri, 25 Feb 2005 15:03:06 +0000 (GMT) (envelope-from dejamuse@yahoo.com) Received: (qmail 30708 invoked by uid 60001); 25 Feb 2005 15:03:05 -0000 Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; b=Y+mlIxa9g3F2cukFnawEMQ5VbGj+5ZgcUokhV8AUIahxGVn1/ojHiQkwD4CIRYEP9PASAXtlHv7JOyKwttRgE3BXC85QWRkO202hFjMDzzK7/cSysVoYxMUl7eb1UCuk3twiv48bLqARuMC4GImlv1hNKersRxykUxO4icD8hpQ= ; Message-ID: <20050225150305.30706.qmail@web60803.mail.yahoo.com> Received: from [24.218.213.233] by web60803.mail.yahoo.com via HTTP; Fri, 25 Feb 2005 07:03:05 PST Date: Fri, 25 Feb 2005 07:03:05 -0800 (PST) From: Jeffrey Colter To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Apache won't talk to the world X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Feb 2005 15:03:09 -0000 Hi, I installed Apache 2 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!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com