Date: Fri, 25 Feb 2005 07:03:05 -0800 (PST) From: Jeffrey Colter <dejamuse@yahoo.com> To: freebsd-questions@freebsd.org Subject: Apache won't talk to the world Message-ID: <20050225150305.30706.qmail@web60803.mail.yahoo.com>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050225150305.30706.qmail>